The source project of this merge request has been removed.
Fix: Hide timestamps when queue is cleared
Earlier I had used value of audio.duration
to hide/unhide timestamps but that doesn't work when queue is cleared because it retains the value of currently playing track. In this MR I am using info.title
for doing the same.