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

removed dead db fields

This commit is contained in:
Luke Pulverenti 2015-09-29 13:35:23 -04:00
parent 68e71b78db
commit 22a5e48860
4 changed files with 6 additions and 24 deletions

View file

@ -129,7 +129,11 @@
itemHtml += '<paper-icon-item>';
itemHtml += '<paper-fab class="listAvatar blue" icon="dvr" item-icon></paper-fab>';
if (notification.Level == "Error") {
itemHtml += '<paper-fab class="listAvatar" style="background:#cc3333;" icon="error" item-icon></paper-fab>';
} else {
itemHtml += '<paper-fab class="listAvatar blue" icon="dvr" item-icon></paper-fab>';
}
itemHtml += '<paper-item-body three-line>';