mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-18 18:42:24 +00:00
update IsTextSubtitleStream
This commit is contained in:
@@ -290,7 +290,8 @@ namespace MediaBrowser.Model.Entities
|
||||
return StringHelper.IndexOfIgnoreCase(codec, "pgs") == -1 &&
|
||||
StringHelper.IndexOfIgnoreCase(codec, "dvd") == -1 &&
|
||||
StringHelper.IndexOfIgnoreCase(codec, "dvbsub") == -1 &&
|
||||
!StringHelper.EqualsIgnoreCase(codec, "sub");
|
||||
!StringHelper.EqualsIgnoreCase(codec, "sub") &&
|
||||
!StringHelper.EqualsIgnoreCase(codec, "dvb_subtitle");
|
||||
}
|
||||
|
||||
public bool SupportsSubtitleConversionTo(string codec)
|
||||
|
||||
Reference in New Issue
Block a user