mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-29 15:09:37 +05:00
don't try to load missing tracks when there aren't any (also ignore previous commit message i forgot to switch layouts)
This commit is contained in:
@@ -161,6 +161,10 @@ func (p *Playlist) GetMissingTracks() error {
|
||||
}
|
||||
}
|
||||
|
||||
if len(missing) == 0 {
|
||||
return nil
|
||||
}
|
||||
|
||||
res, next, err := GetMissingTracks(missing)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user