Skip to content

Commit

Permalink
update versions url (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
trembon authored Jan 31, 2024
1 parent 46c743b commit 45e0213
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ const (
VERSIONS_JSON_FILENAME = "versions.json"
SLM_VERSION = "1.4.0"
TITLES_JSON_URL = "https://tinfoil.media/repo/db/titles.json"
//TITLES_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/titles.US.en.json"
VERSIONS_JSON_URL = "https://tinfoil.media/repo/db/versions.json"
//VERSIONS_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/versions.json"
SLM_VERSION_URL = "https://raw.githubusercontent.com/giwty/switch-library-manager/master/slm.json"
VERSIONS_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/versions.json"
SLM_VERSION_URL = "https://raw.githubusercontent.com/giwty/switch-library-manager/master/slm.json"
)

const (
Expand Down

0 comments on commit 45e0213

Please sign in to comment.