add dvbsub as not text
This commit is contained in:
parent
1278e9396f
commit
99a21c84b4
|
@ -195,6 +195,7 @@ namespace MediaBrowser.Model.Entities
|
|||
|
||||
return StringHelper.IndexOfIgnoreCase(codec, "pgs") == -1 &&
|
||||
StringHelper.IndexOfIgnoreCase(codec, "dvd") == -1 &&
|
||||
StringHelper.IndexOfIgnoreCase(codec, "dvbsub") == -1 &&
|
||||
!StringHelper.EqualsIgnoreCase(codec, "sub");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user