mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
update translations
This commit is contained in:
@@ -136,7 +136,7 @@ namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
if (Type != MediaStreamType.Subtitle) return false;
|
||||
|
||||
var codec = Codec ?? string.Empty;
|
||||
string codec = Codec ?? string.Empty;
|
||||
|
||||
return StringHelper.IndexOfIgnoreCase(codec, "pgs") == -1 &&
|
||||
StringHelper.IndexOfIgnoreCase(codec, "dvd") == -1;
|
||||
|
||||
Reference in New Issue
Block a user