move anilist to protected

This commit is contained in:
Finnley Somdahl 2024-02-02 09:50:06 -06:00
parent cd96b6ab06
commit 025d31102e
4 changed files with 12 additions and 15 deletions

View file

@ -18,5 +18,5 @@ enum class Location(val location: String, val exportable: Boolean) {
NovelReader("ani.dantotsu.novelReader", true),
Irrelevant("ani.dantotsu.irrelevant", false),
AnimeDownloads("animeDownloads", false), //different for legacy reasons
Protected("ani.dantotsu.protected", false),
Protected("ani.dantotsu.protected", true),
}