forked from 0x2620/pandora
typo
This commit is contained in:
parent
7efac1756c
commit
f7775c56a1
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ pandora.getPart = function(state, str, callback) {
|
|||
} else if (state.page == 'tv') {
|
||||
var split = str.replace(/%20/g, ' ').split(':'), user, name;
|
||||
if (split.length >= 2) {
|
||||
user = split.unshift();
|
||||
user = split.shift();
|
||||
name = split.join(':');
|
||||
pandora.api.findLists({
|
||||
keys: ['name', 'user'],
|
||||
|
|
Loading…
Reference in a new issue