Skip to content

Commit

Permalink
Change repo and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaKnijn authored Jan 6, 2024
1 parent c4e36a4 commit cf2b2f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions musicify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ if periphemu then -- probably on CraftOS-PC
end

settings.load()
local repo = settings.get("musicify.repo","https://raw.githubusercontent.com/knijn/musicify-songs/main/index.json")
local repo = settings.get("musicify.repo","https://raw.githubusercontent.com/omrion/musicify-songs/main/index.json")
local autoUpdates = settings.get("musicify.autoUpdates",true)
local modemBroadcast = settings.get("musicify.broadcast", true)
local dfpwm = require("cc.audio.dfpwm")
local indexURL = repo .. "?cb=" .. os.epoch("utc")
local version = "2.5.0"
local version = "2.6.0"
local args = {...}
local musicify = {}
local speaker = peripheral.find("speaker")
Expand Down Expand Up @@ -396,4 +396,4 @@ if musicify[command] then
musicify[command](args)
else
print("Please provide a valid command. For usage, use `musicify help`.")
end
end

0 comments on commit cf2b2f8

Please sign in to comment.