diff --git a/dashboard-ui/library.html b/dashboard-ui/library.html index 83787632f..464fa41cd 100644 --- a/dashboard-ui/library.html +++ b/dashboard-ui/library.html @@ -20,8 +20,7 @@

-

Below are your media collections. Expand a collection to add or remove media locations assigned to it.

-

This is the default media library that will be shared with all users unless they setup their own.

+

This is the default media library that will be shared with all users unless they setup their own.

diff --git a/dashboard-ui/scripts/medialibrarypage.js b/dashboard-ui/scripts/medialibrarypage.js index dbcacb913..758fe67ee 100644 --- a/dashboard-ui/scripts/medialibrarypage.js +++ b/dashboard-ui/scripts/medialibrarypage.js @@ -29,6 +29,7 @@ if (user.Configuration.UseCustomLibrary) { ApiClient.getVirtualFolders(userId).done(MediaLibraryPage.reloadVirtualFolders); + $(".editing_default").hide(); $('#divMediaLibrary', page).show(); } else { $('#divMediaLibrary', page).hide(); @@ -118,6 +119,8 @@ user.Configuration.UseCustomLibrary = !useDefaultLibrary; ApiClient.updateUser(user).done(MediaLibraryPage.reloadLibrary); + + $(".editing_default").hide(); }); }, diff --git a/dashboard-ui/wizardlibrary.html b/dashboard-ui/wizardlibrary.html index a6cc8a7fc..3c8ef3279 100644 --- a/dashboard-ui/wizardlibrary.html +++ b/dashboard-ui/wizardlibrary.html @@ -17,7 +17,7 @@

-

Below are your media collections. Expand a collection to add or remove media locations assigned to it.

+

This is the default media library that will be shared with all users unless they setup their own.