mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
add dvbsub as not text
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user