Skip to content

Commit

Permalink
Corrected path to Downloads
Browse files Browse the repository at this point in the history
Changed folder name from Download to Downloads
  • Loading branch information
TheWicklowWolf authored Nov 7, 2023
1 parent 3e6536d commit 2fff4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
container_name: channeltube
volumes:
- /config/channeltube:/channeltube/config
- /data/media/channeltube:/channeltube/download
- /data/media/channeltube:/channeltube/downloads
- /etc/localtime:/etc/localtime:ro
ports:
- 5000:5000
Expand Down
2 changes: 1 addition & 1 deletion src/ChannelTube.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Data_Handler:
def __init__(self):
self.config_folder = "config"
self.download_folder = "download"
self.download_folder = "downloads"
self.plex_address = "http://192.168.1.2:32400"
self.plex_token = ""
self.plex_library_name = "YouTube"
Expand Down

0 comments on commit 2fff4b8

Please sign in to comment.