aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IIntroProvider.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-04 11:22:03 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-04 11:22:03 -0400
commitfb98b0c8e0e1b22f006493bd4311c2407cc438db (patch)
treeb9379faac23dacbe78fe766a29ffc4a62d818e82 /MediaBrowser.Controller/Library/IIntroProvider.cs
parent16b9d26ab5e52c3c72dd24f17587ca4775ff79dd (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Controller/Library/IIntroProvider.cs')
-rw-r--r--MediaBrowser.Controller/Library/IIntroProvider.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/IIntroProvider.cs b/MediaBrowser.Controller/Library/IIntroProvider.cs
index f54c3a329..990fa933c 100644
--- a/MediaBrowser.Controller/Library/IIntroProvider.cs
+++ b/MediaBrowser.Controller/Library/IIntroProvider.cs
@@ -15,5 +15,11 @@ namespace MediaBrowser.Controller.Library
/// <param name="user">The user.</param>
/// <returns>IEnumerable{System.String}.</returns>
IEnumerable<string> GetIntros(BaseItem item, User user);
+
+ /// <summary>
+ /// Gets all intros.
+ /// </summary>
+ /// <returns>IEnumerable{System.String}.</returns>
+ IEnumerable<string> GetAllIntros();
}
}