Skip to content

Commit

Permalink
feat(Premium): include all tested boorus by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jan 11, 2022
1 parent dbf7b36 commit 3d68f55
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions store/user.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { completeBooruList } from '~/assets/lib/rule-34-shared-resources/src/util/BooruUtils.js'

// Skip the 8 first Boorus as they are included in the default list
const ADDITIONAL_DEFAULT_PREMIUM_BOORUS = completeBooruList.slice(7)

export const state = () => ({
custom: {
boorus: [
{
domain: 'xbooru.com',
type: 'gelbooru',
nsfw: true,
config: null,
},
],
boorus: ADDITIONAL_DEFAULT_PREMIUM_BOORUS,

tagCollections: [
{
Expand Down

0 comments on commit 3d68f55

Please sign in to comment.