1
0
Fork 0
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:
Luke Pulverenti 2014-08-11 19:41:11 -04:00
parent a9e5a73d42
commit 6f781f5a96
5 changed files with 43 additions and 11 deletions

View file

@ -690,7 +690,7 @@
}
var href = LibraryBrowser.getHref(item, options.context);
html += '<li class="' + cssClass + '"' + dataAttributes + ' data-itemid="' + item.Id + '" data-href="' + href + '"><a href="' + href + '">';
html += '<li class="' + cssClass + '"' + dataAttributes + ' data-itemid="' + item.Id + '" data-playlistitemid="' + (item.PlaylistItemId || '') + '" data-href="' + href + '"><a href="' + href + '">';
var imgUrl;