mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2025-01-15 13:20:13 +00:00
more work on making windows paths work
This commit is contained in:
parent
25ae9bde60
commit
8026ba349d
@ -186,7 +186,7 @@ class Show:
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
base: str = get_config()["ta_video_path"]
|
base: str = get_config()["ta_video_path"]
|
||||||
channel_folder = os.path.split(os.path.split(jf_ep["Path"])[0])[-1]
|
channel_folder = os.path.split(os.path.split(jf_ep["Path"].replace("\\","/"))[0])[-1]
|
||||||
season_folder = os.path.join(base, channel_folder, expected_season)
|
season_folder = os.path.join(base, channel_folder, expected_season)
|
||||||
os.makedirs(season_folder)
|
os.makedirs(season_folder)
|
||||||
self._wait_for_season(expected_season)
|
self._wait_for_season(expected_season)
|
||||||
|
Loading…
Reference in New Issue
Block a user