diff --git a/docs.org b/docs.org index c4ad94d..0e38d47 100644 --- a/docs.org +++ b/docs.org @@ -63,7 +63,7 @@ readonly DEFAULT_MEDIA_DIR="/srv/media" readonly SUPPORTED_MEDIA_SERVICES=("jellyfin" "emby" "plex") readonly DEFAULT_MEDIA_SERVICE="jellyfin" readonly DEFAULT_VPN_SERVICE="protonvpn" -readonly MEDIA_SUBDIRS=("tv" "movies" "music" "books" "downloads" "blackhole") +readonly MEDIA_SUBDIRS=("tvshows" "movies" "music" "books" "downloads" "blackhole") # Color codes readonly RED='\033[0;31m' diff --git a/install.sh b/install.sh index 64e0a19..609939f 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ readonly DEFAULT_MEDIA_DIR="/srv/media" readonly SUPPORTED_MEDIA_SERVICES=("jellyfin" "emby" "plex") readonly DEFAULT_MEDIA_SERVICE="jellyfin" readonly DEFAULT_VPN_SERVICE="protonvpn" -readonly MEDIA_SUBDIRS=("tv" "movies" "music" "books" "downloads" "blackhole") +readonly MEDIA_SUBDIRS=("tvshows" "movies" "music" "books" "downloads" "blackhole") # Color codes readonly RED='\033[0;31m'