mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
restore localized guids switch
This commit is contained in:
parent
853685b63b
commit
ab026ab2de
16 changed files with 160 additions and 46 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue