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…
Reference in New Issue
Block a user