mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 16:45:30 +01:00
add dvbsub as not text
This commit is contained in:
parent
1278e9396f
commit
99a21c84b4
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue