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

improve audio commands

This commit is contained in:
Luke Pulverenti 2013-08-28 01:44:43 -04:00
parent 9d71b16123
commit 7f4327b908
3 changed files with 68 additions and 10 deletions

View file

@ -848,7 +848,8 @@ var Dashboard = {
};
WebNotifications.show(notification);
} else {
}
else {
Dashboard.showFooterNotification({ html: "<b>" + cmd.Header + ":&nbsp;&nbsp;&nbsp;</b>" + cmd.Text, timeout: cmd.TimeoutMs });
}