mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-05-19 05:50:38 -04:00
Update media_manager/config.py
make /data/images default directory for images
This commit is contained in:
committed by
GitHub
parent
a2ec7886f4
commit
c7a951eacf
@@ -33,7 +33,7 @@ class LibraryItem(BaseSettings):
|
||||
|
||||
|
||||
class BasicConfig(BaseSettings):
|
||||
image_directory: Path = Path(__file__).parent.parent / "images"
|
||||
image_directory: Path = Path(__file__).parent.parent / "data" / "images"
|
||||
tv_directory: Path = Path(__file__).parent.parent / "data" / "tv"
|
||||
movie_directory: Path = Path(__file__).parent.parent / "data" / "movies"
|
||||
torrent_directory: Path = Path(__file__).parent.parent / "data" / "torrents"
|
||||
|
||||
Reference in New Issue
Block a user