This commit is contained in:
deathbybandaid 2023-03-14 13:50:16 -04:00
parent ae64e48ca3
commit 6fdb51d00e

View File

@ -4,7 +4,7 @@ update_from_cli() {
# ChuckPa already wrote a great function for getting host info # ChuckPa already wrote a great function for getting host info
source ./HostConfig.sh source ./HostConfig.sh
plex_scanner_location="$PKGDIR/Plex Media Scanner" plex_scanner_location="$PKGDIR/Plex Media Scanner"
echo $("$plex_scanner_location --list") echo $PLEX_SQLITE
} }
update_from_api() { update_from_api() {