diff --git a/plex-library-stats.sh b/plex-library-stats.sh index fb6b311..cfbadf2 100644 --- a/plex-library-stats.sh +++ b/plex-library-stats.sh @@ -16,9 +16,6 @@ query="SELECT Library, Items \ FROM media_items m \ LEFT JOIN library_sections l ON l.id = m.library_section_id \ WHERE library_section_id > 0 GROUP BY name );" -echo "$DBDIR" -echo "$PLEX_SQLITE" -exit $PLEX_SQLITE -header -line "$db" "$query" | tee -a $logfile echo " " | tee -a echo "Time to watch" | tee -a $logfile