aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Trickplay/ITrickplayManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Trickplay/ITrickplayManager.cs')
-rw-r--r--MediaBrowser.Controller/Trickplay/ITrickplayManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Trickplay/ITrickplayManager.cs b/MediaBrowser.Controller/Trickplay/ITrickplayManager.cs
index 7bea54fba..0c41f3023 100644
--- a/MediaBrowser.Controller/Trickplay/ITrickplayManager.cs
+++ b/MediaBrowser.Controller/Trickplay/ITrickplayManager.cs
@@ -54,7 +54,7 @@ public interface ITrickplayManager
/// </summary>
/// <param name="item">The item.</param>
/// <returns>A map of media source id to a map of tile width to trickplay info.</returns>
- Task<Dictionary<Guid, Dictionary<int, TrickplayInfo>>> GetTrickplayManifest(BaseItem item);
+ Task<Dictionary<string, Dictionary<int, TrickplayInfo>>> GetTrickplayManifest(BaseItem item);
/// <summary>
/// Gets the path to a trickplay tile image.