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