use Ox.getVideoFormat instead of Ox.UI.getVideoFormat
This commit is contained in:
parent
6f1ef4cffd
commit
15be34955e
3 changed files with 3 additions and 3 deletions
|
|
@ -173,7 +173,7 @@ Ox.load('UI', {
|
|||
}
|
||||
}
|
||||
Ox.extend(pandora.user, {
|
||||
videoFormat: Ox.UI.getVideoFormat(pandora.site.video.formats)
|
||||
videoFormat: Ox.getVideoFormat(pandora.site.video.formats)
|
||||
});
|
||||
var options = parseQuery();
|
||||
if (['video', 'player'].indexOf(options.view) > -1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue