mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update IsTextSubtitleStream
This commit is contained in:
parent
6c0f6b5c37
commit
4e11e351ee
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user