CC-84: Smart Playlists

- removed block from right side if it gets deleted from context menu
This commit is contained in:
denise 2012-08-02 12:59:00 -04:00
parent 997b5c31c3
commit 4fca33c5fc
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ var AIRTIME = (function(AIRTIME) {
//delete through the playlist controller, will reset
//playlist screen if this is the currently edited playlist.
if (data.ftype === "playlist" && screen === "playlist") {
if ((data.ftype === "playlist" || data.ftype === "block") && screen === "playlist") {
callback = function() {
if (confirm('Are you sure you want to delete the selected item?')) {