mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 05:41:02 +00:00
move anilist to protected
This commit is contained in:
@@ -147,6 +147,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
DiscordId(Pref(Location.Protected, String::class, "")),
|
||||
DiscordUserName(Pref(Location.Protected, String::class, "")),
|
||||
DiscordAvatar(Pref(Location.Protected, String::class, "")),
|
||||
AnilistToken(Pref(Location.Protected, String::class, "")),
|
||||
AnilistUserName(Pref(Location.Protected, String::class, "")),
|
||||
MALCodeChallenge(Pref(Location.Protected, String::class, "")),
|
||||
MALToken(Pref(Location.Protected, MAL.ResponseToken::class, "")),
|
||||
|
||||
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user