move anilist to protected
This commit is contained in:
parent
cd96b6ab06
commit
025d31102e
4 changed files with 12 additions and 15 deletions
|
@ -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),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue