allow deleting own videos
This commit is contained in:
parent
7c4746765b
commit
a32435b577
3 changed files with 9 additions and 10 deletions
|
|
@ -119,9 +119,7 @@ pandora.ui.item = function() {
|
|||
} else if (pandora.user.ui.itemView == 'media') {
|
||||
|
||||
pandora.$ui.contentPanel.replaceElement(1,
|
||||
pandora.$ui.item = pandora.ui.mediaView({
|
||||
id: result.data.id
|
||||
})
|
||||
pandora.$ui.item = pandora.ui.mediaView(result.data)
|
||||
);
|
||||
|
||||
} else if (pandora.user.ui.itemView == 'frames' || pandora.user.ui.itemView == 'posters') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue