Clear old path replacement before writing new one + linting

This commit is contained in:
mcarlton00 2024-11-14 07:50:18 -05:00
parent 3e3a79c6bb
commit cea2da2e3c
3 changed files with 10 additions and 4 deletions

View file

@ -27,7 +27,12 @@ from ..helper import (
JSONRPC,
LazyLogger,
)
from ..helper.utils import JsonDebugPrinter, translate_path, kodi_version, path_replacements
from ..helper.utils import (
JsonDebugPrinter,
translate_path,
kodi_version,
path_replacements
)
from ..jellyfin import Jellyfin
#################################################################################################