mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Because it's 2016!
This commit is contained in:
@@ -71,10 +71,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
};
|
||||
}
|
||||
|
||||
public static HashSet<string> Extensions
|
||||
{
|
||||
get { return new HashSet<string>(_fileExtensions.Keys); }
|
||||
}
|
||||
public static HashSet<string> Extensions => new HashSet<string>(_fileExtensions.Keys);
|
||||
|
||||
public static Quality GetQualityForExtension(string extension)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user