aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-10-14 14:04:13 +0200
committerGitHub <noreply@github.com>2020-10-14 14:04:13 +0200
commitd54de29485cc622a64c17884b39c9bc65e33af29 (patch)
tree518c7ff96d83637f11c4a6052379c4f8014ef5bb /MediaBrowser.Controller/Library/ILibraryManager.cs
parent8b419d9ea6e609781c676c769fc85a4bd2cd4bb4 (diff)
parentec91d3893d6f1aee7f75dabae3d2311f7592440b (diff)
Merge pull request #4315 from Jan-PieterBaert/fix-warnings
Fix some warnings
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 332730bcc..32703c2fd 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -566,7 +566,8 @@ namespace MediaBrowser.Controller.Library
int GetCount(InternalItemsQuery query);
- void AddExternalSubtitleStreams(List<MediaStream> streams,
+ void AddExternalSubtitleStreams(
+ List<MediaStream> streams,
string videoPath,
string[] files);
}