mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
restore localized guids switch
This commit is contained in:
@@ -496,6 +496,12 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
return SupportsEncoder(codec);
|
||||
}
|
||||
|
||||
public bool CanEncodeToSubtitleCodec(string codec)
|
||||
{
|
||||
// TODO
|
||||
return true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the encoder path.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user