ignore bazarr announements

This commit is contained in:
2026-01-29 19:09:25 +01:00
parent 5b78b94215
commit 66de96f6b2
2 changed files with 1 additions and 28 deletions

1
bazarr/.gitignore vendored
View File

@@ -4,3 +4,4 @@ config/analytics_visitor_id.txt
config/announcements.json
config/releases.txt
config/config/releases.txt
bazarr/config/config/announcements.json

View File

@@ -1,28 +0,0 @@
{
"data": [
{
"text": "Welcome to the new announcement section. It will keep you up-to-date with important news. You can dismiss this announcement by clicking on the button at the end of this line.",
"link": "",
"hash": "",
"dismissible": true,
"timestamp": 1676235999,
"enabled": true
},
{
"text": "Opensubtitles.org is now only accessible to VIP users. If you're still using it and do not plan to get a VIP subscription, you should consider disabling it and move to opensubtitles.com.",
"link": "",
"hash": "",
"dismissible": true,
"timestamp": 1700791126,
"enabled": true
},
{
"text": "We're about to drop support for legacy Sonarr and Radarr versions (prior to v3). If you're still using those legacy versions, please consider upgrading ASAP.",
"link": "",
"hash": "",
"dismissible": true,
"timestamp": 1731247748,
"enabled": true
}
]
}