diff --git a/tv.sh b/tv.sh index 86c4679..c4c7d25 100644 --- a/tv.sh +++ b/tv.sh @@ -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 :("