forked from 0x2620/pandora
disable on list
This commit is contained in:
parent
d3ce9198ce
commit
de6705a993
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ pandora.ui.cacheDialog = function() {
|
|||
title: 'Cache Video...',
|
||||
width: 128,
|
||||
disabled: pandora.user.ui.section != 'items'
|
||||
|| pandora.user.ui.item == ''
|
||||
|| !!pandora.fs.getVideoURL(pandora.user.ui.item, pandora.user.ui.videoResolution, 1)
|
||||
})
|
||||
.css({
|
||||
|
|
Loading…
Reference in a new issue