mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
implement removing from playlists
This commit is contained in:
parent
a9e5a73d42
commit
6f781f5a96
5 changed files with 43 additions and 11 deletions
|
@ -1131,7 +1131,7 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
|
|||
var name = $('.notificationName', item).html();
|
||||
|
||||
Dashboard.alert({
|
||||
message: overview,
|
||||
message: '<div style="max-height:300px; overflow: auto;">' + overview + '</div>',
|
||||
title: name
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue