mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-07 21:13:50 -05:00
Refactoring
This commit is contained in:
@@ -66,9 +66,9 @@ func (a *AlbumsView) QueueEntry() {
|
||||
go func() {
|
||||
if err := spt.QueueAlbum(alb.ID); err != nil {
|
||||
msg <- err.Error()
|
||||
} else {
|
||||
msg <- (alb.Name) + " queued succesfully!"
|
||||
return
|
||||
}
|
||||
msg <- (alb.Name) + " queued succesfully!"
|
||||
}()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user