@ -27,8 +27,6 @@ AllFiles () {
}
SetupHistory
SetupPlayback
@ -38,7 +36,6 @@ while true; do
files=$(AllFiles)
fileCount=$(cat "${files}" | wc -l)
playbackCount=$(PDB "SELECT COUNT(*) FROM playback")
echo $playbackCount
if [ ${fileCount} -eq 0 ]; then
echo "No files to play :("