A set of Bash scripts to control and maintain a YouTube live cam from a Synology NAS.
GNU General Public License v3.0
4
stars
3
forks
source link
Log errors for playlist item deletion as well as for video item deletion #60
Closed
tfabris closed 5 years ago
In CrowCamCleanup, you have some code where, if you delete a video and it gets the word "error" in the output, you log a synology log error.
You don't have the corresponding thing for deleting a playlist item. This affected your ability to cleanly diagnose issue #59.
Add corresponding code to log synology playlist item deletion errors.