mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Because it's 2016!
This commit is contained in:
parent
2e36538dcd
commit
aba613acd1
220 changed files with 450 additions and 2053 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue