1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add tvdb and games db to xml savers

This commit is contained in:
Luke Pulverenti 2013-07-16 13:18:32 -04:00
parent 8bcb6d55a4
commit 56532b90c0
5 changed files with 11 additions and 8 deletions

View file

@ -1838,7 +1838,9 @@
html += '</a>';
html += '<a class="viewMenuLink" href="dashboard.html" title="Dashboard"><img src="css/images/toolswhite.png" alt="Dashboard" /></a>';
if (user.Configuration.IsAdministrator) {
html += '<a class="viewMenuLink" href="dashboard.html" title="Dashboard"><img src="css/images/toolswhite.png" alt="Dashboard" /></a>';
}
html += '</div>';