Remote button visibility fix
Every load the remote button would show up before the page rendered - now it won't.
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
renderDetails(page, item, context);
|
||||
LibraryBrowser.renderDetailPageBackdrop(page, item);
|
||||
|
||||
$("#remoteButtonContainer", page).show();
|
||||
|
||||
if (user.Configuration.IsAdministrator) {
|
||||
$('#editButtonContainer', page).show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user