From 1b7225137781bead9947bceacaa6ba9536f1e01d Mon Sep 17 00:00:00 2001 From: Francesco Grazioso Date: Sat, 22 Feb 2025 15:50:04 +0100 Subject: [PATCH] reset edits for local server --- config.json | 2 +- run_streaming.py | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 run_streaming.py diff --git a/config.json b/config.json index 9be6b77..76cd172 100644 --- a/config.json +++ b/config.json @@ -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", diff --git a/run_streaming.py b/run_streaming.py deleted file mode 100644 index 9488468..0000000 --- a/run_streaming.py +++ /dev/null @@ -1,4 +0,0 @@ -from StreamingCommunity.run import main - -if __name__ == "__main__": - main() \ No newline at end of file