From 327233b32e57d102bc38384a16439d28efadf328 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 21 Feb 2024 10:50:00 -0500 Subject: [PATCH] test --- plex-library-stats.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plex-library-stats.sh b/plex-library-stats.sh index a480673..ae1173b 100644 --- a/plex-library-stats.sh +++ b/plex-library-stats.sh @@ -15,6 +15,8 @@ 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 ""$PLEX_SQLITE" +exit $PLEX_SQLITE -header -line "$db" "$query" | tee -a $logfile echo " " | tee -a echo "Time to watch" | tee -a $logfile