mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
fix userdata transactions
This commit is contained in:
@@ -69,14 +69,6 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
|
||||
if (stream.IsTextSubtitleStream)
|
||||
{
|
||||
if (string.Equals(stream.Codec, "ass", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (string.Equals(stream.Codec, "ssa", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user