Compare commits
1 Commits
sorted
...
sorted-upd
| Author | SHA1 | Date | |
|---|---|---|---|
| 84a0c2b7e0 |
@@ -2965,6 +2965,13 @@ class SongSelect{
|
||||
var categoryName = song.category
|
||||
var originalCategory = song.category
|
||||
}
|
||||
// Fallback: if category is missing, use song_type to enable category jump
|
||||
if(!categoryName){
|
||||
if(song.song_type){
|
||||
categoryName = song.song_type
|
||||
originalCategory = song.song_type
|
||||
}
|
||||
}
|
||||
var addedSong = {
|
||||
title: title,
|
||||
originalTitle: song.title,
|
||||
|
||||
Reference in New Issue
Block a user