diff --git a/README.md b/README.md index 9a8c6f49..b63fbd68 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ This is your time to shine, [read this](https://github.com/tubearchivist/tubearc - [lamusmaser/ta_fix_for_video_redirection](https://github.com/lamusmaser/ta_fix_for_video_redirection): Script to fix videos that were incorrectly indexed by YouTube's "Video is Unavailable" response. - [RoninTech/ta-helper](https://github.com/RoninTech/ta-helper): Helper script to provide a symlink association to reference TubeArchivist videos with their original titles. - [tangyjoust/Tautulli-Notify-TubeArchivist-of-Plex-Watched-State](https://github.com/tangyjoust/Tautulli-Notify-TubeArchivist-of-Plex-Watched-State) Mark videos watched in Plex (through streaming not manually) through Tautulli back to TubeArchivist +- [Dhs92/delete_shorts](https://github.com/Dhs92/delete_shorts): A script to delete ALL YouTube Shorts from TubeArchivist ## Donate The best donation to **Tube Archivist** is your time, take a look at the [contribution page](CONTRIBUTING.md) to get started. diff --git a/backend/config/settings.py b/backend/config/settings.py index 51c8e22b..3cb1c042 100644 --- a/backend/config/settings.py +++ b/backend/config/settings.py @@ -294,7 +294,7 @@ CORS_ALLOW_HEADERS = list(default_headers) + [ # TA application settings TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist" -TA_VERSION = "v0.5.1-unstable" +TA_VERSION = "v0.5.1" # API REST_FRAMEWORK = {