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:
parent
9d71b16123
commit
7f4327b908
3 changed files with 68 additions and 10 deletions
|
@ -848,7 +848,8 @@ var Dashboard = {
|
|||
};
|
||||
|
||||
WebNotifications.show(notification);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
Dashboard.showFooterNotification({ html: "<b>" + cmd.Header + ": </b>" + cmd.Text, timeout: cmd.TimeoutMs });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue