mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 07:52:53 +00:00
Fix indentation
This commit is contained in:
@@ -32,9 +32,9 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
|
||||
public List<MediaStream> GetExternalSubtitleStreams(
|
||||
Video video,
|
||||
int startIndex,
|
||||
IDirectoryService directoryService,
|
||||
bool clearCache)
|
||||
int startIndex,
|
||||
IDirectoryService directoryService,
|
||||
bool clearCache)
|
||||
{
|
||||
var streams = new List<MediaStream>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user