Remove audio folder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-01-13 20:38:06 +01:00
parent 600f15ad0d
commit 2b9ef8e5ba

View File

@ -30,8 +30,6 @@
path: Public/Video's/Series path: Public/Video's/Series
- name: cifs_videos-films - name: cifs_videos-films
path: Public/Video's/Films path: Public/Video's/Films
- name: cifs_songs
path: Public/Audio/DeSchakel
- name: Start Plex container - name: Start Plex container
community.docker.docker_container: community.docker.docker_container:
@ -49,7 +47,6 @@
- cifs_photos:/data/photos - cifs_photos:/data/photos
- cifs_videos-films:/data/movies - cifs_videos-films:/data/movies
- cifs_videos-series:/data/series - cifs_videos-series:/data/series
- cifs_songs:/data/songs
state: started state: started
restart_policy: unless-stopped restart_policy: unless-stopped
recreate: yes recreate: yes