mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-03 14:56:13 +00:00
Clear old path replacement before writing new one + linting
This commit is contained in:
parent
3e3a79c6bb
commit
cea2da2e3c
3 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
||||
#################################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue