Skip to content

Fix: Hide timestamps when queue is cleared

Ghost User requested to merge (removed):fix-timestamp-hiding into master

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.

Merge request reports