mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
limit open subtitle formats
This commit is contained in:
parent
4f4bb2ebfb
commit
6dc4f3ddf1
@ -321,7 +321,8 @@ namespace MediaBrowser.Providers.Subtitles
|
|||||||
Name = i.SubFileName,
|
Name = i.SubFileName,
|
||||||
DateCreated = DateTime.Parse(i.SubAddDate, _usCulture),
|
DateCreated = DateTime.Parse(i.SubAddDate, _usCulture),
|
||||||
IsHashMatch = i.MovieHash == hasCopy
|
IsHashMatch = i.MovieHash == hasCopy
|
||||||
});
|
|
||||||
|
}).Where(i => !string.Equals(i.Format, "sub", StringComparison.OrdinalIgnoreCase) && !string.Equals(i.Format, "idx", StringComparison.OrdinalIgnoreCase));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user