|
|
@ -104,7 +104,6 @@ return screen:new{ |
|
|
|
queue.clear() |
|
|
|
queue.clear() |
|
|
|
local track = database.track_by_id(contents) |
|
|
|
local track = database.track_by_id(contents) |
|
|
|
if (track) then |
|
|
|
if (track) then |
|
|
|
print("Track saved position: ", track.saved_position) |
|
|
|
|
|
|
|
queue.play_from(track.filepath, track.saved_position) |
|
|
|
queue.play_from(track.filepath, track.saved_position) |
|
|
|
else |
|
|
|
else |
|
|
|
queue.add(contents) |
|
|
|
queue.add(contents) |
|
|
|