[imports] Point retroarch imports at correct dir
All checks were successful
build & deploy / test (push) Successful in 1m55s
build & deploy / build-and-deploy (push) Successful in 30s

This commit is contained in:
2026-05-23 16:34:35 -04:00
parent 645e81299b
commit dce31ed840

View File

@ -177,7 +177,7 @@ def scan_webdav_for_retroarch(webdav_client, user_id):
from scrobbles.models import RetroarchImport
from scrobbles.tasks import process_retroarch_import
retroarch_path = DEFAULT_RETROARCH_PATH
retroarch_path = DEFAULT_RETROARCH_PATH + "playlogs/"
try:
webdav_client.info(retroarch_path)
except: