Skip to content

Commit

Permalink
MOBILE-359
Browse files Browse the repository at this point in the history
Playing song by selecting from list causes endless play button spinner
  • Loading branch information
martyu committed Jan 21, 2025
1 parent 841745e commit 50e0ad2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public class VLCAudioPlayer: ObservableObject {
public func seek(toTrack track: NFTTrack) {
guard track != currentTrack else {
seek(toTime: 0)
playCurrentTrackInQueue()
return
}
do {
Expand Down

0 comments on commit 50e0ad2

Please sign in to comment.