forked from dbroqua/MusicTopus
Co-authored-by: dbroqua <contact@darkou.fr> Reviewed-on: https://git.darkou.fr/dbroqua/MusicTopus/pulls/58
This commit is contained in:
parent
b8b3df2932
commit
2da6afa06d
9 changed files with 134 additions and 10 deletions
|
@ -239,7 +239,6 @@
|
|||
const entries = urlParams.entries();
|
||||
|
||||
for(const entry of entries) {
|
||||
console.log(`${entry[0]}: ${entry[1]}`);
|
||||
switch(entry[0]) {
|
||||
case 'artists_sort':
|
||||
this.artist = entry[1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue