mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
restored external subtitle support
This commit is contained in:
@@ -265,11 +265,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
MetadataOptions = options.ToArray();
|
||||
}
|
||||
|
||||
public MetadataOptions GetMetadataOptions(string type)
|
||||
{
|
||||
return MetadataOptions.FirstOrDefault(i => string.Equals(i.ItemType, type, StringComparison.OrdinalIgnoreCase));
|
||||
}
|
||||
}
|
||||
|
||||
public enum ImageSavingConvention
|
||||
|
||||
Reference in New Issue
Block a user