aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorTechywarrior <techywarrior@gmail.com>2013-04-02 13:07:55 -0700
committerTechywarrior <techywarrior@gmail.com>2013-04-02 13:07:55 -0700
commit713afcf6755b15142244cad6b16f8d539bd12893 (patch)
treed5d7479281f85fc47d24d8c95a2ce29a3a146d8b /MediaBrowser.Controller/Library/ILibraryManager.cs
parentc957f202cc1fefb174377b99495b329a6cb9ee72 (diff)
parente2562879d86aafc1063e37bfd353c22309e8e237 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 1b9d2f4b2..da2f46abb 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -108,15 +108,6 @@ namespace MediaBrowser.Controller.Library
Task ValidateMediaLibrary(IProgress<double> progress, CancellationToken cancellationToken);
/// <summary>
- /// Saves display preferences for a Folder
- /// </summary>
- /// <param name="user">The user.</param>
- /// <param name="folder">The folder.</param>
- /// <param name="data">The data.</param>
- /// <returns>Task.</returns>
- Task SaveDisplayPreferencesForFolder(User user, Folder folder, DisplayPreferences data);
-
- /// <summary>
/// Gets the default view.
/// </summary>
/// <returns>IEnumerable{VirtualFolderInfo}.</returns>