This commit is contained in:
deathbybandaid 2023-03-14 13:54:57 -04:00
parent 9849bd37ad
commit b046bcb3fe

View File

@ -8,7 +8,7 @@ update_from_cli() {
plex_scanner_location="$PKGDIR/Plex Media Scanner"
echo "Getting Plex Library list"
echo "$plex_scanner_location"
echo $("$plex_scanner_location" --list)
}
update_from_api() {