reset edits for local server

This commit is contained in:
Francesco Grazioso 2025-02-22 15:50:04 +01:00
parent 5d5204c4df
commit 1b72251377
2 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,7 @@
"show_message": true,
"clean_console": true,
"show_trending": true,
"root_path": "../media_plex",
"root_path": "Video",
"movie_folder_name": "Movie",
"serie_folder_name": "Serie",
"anime_folder_name": "Anime",

View File

@ -1,4 +0,0 @@
from StreamingCommunity.run import main
if __name__ == "__main__":
main()