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:
parent
68e71b78db
commit
22a5e48860
4 changed files with 6 additions and 24 deletions
|
@ -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>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue