Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
projectx13 committed Aug 19, 2020
1 parent 1d399a9 commit 3e59c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/repository/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func getAddons(user string, repository string) (*xbmc.AddonList, error) {
var addons []xbmc.Addon

for _, repo := range []string{"plugin.video.projectx", "script.projectx.burst", "context.projectx"} {
addonXML, err := getAddonXML("elgatito", repo)
addonXML, err := getAddonXML("projectx13", repo)
if err != nil {
continue
}
Expand Down
6 changes: 3 additions & 3 deletions repository/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ func MakeprojectxRepositoryAddon() error {
Point: "xbmc.addon.repository",
Name: addonName,
Info: &xbmc.AddonRepositoryInfo{
Text: projectxHost + "/repository/elgatito/plugin.video.projectx/addons.xml",
Text: projectxHost + "/repository/projectx13/plugin.video.projectx/addons.xml",
Compressed: false,
},
Checksum: projectxHost + "/repository/elgatito/plugin.video.projectx/addons.xml.md5",
Checksum: projectxHost + "/repository/projectx13/plugin.video.projectx/addons.xml.md5",
Datadir: &xbmc.AddonRepositoryDataDir{
Text: projectxHost + "/repository/elgatito/",
Text: projectxHost + "/repository/projectx13/",
Zip: true,
},
},
Expand Down

0 comments on commit 3e59c94

Please sign in to comment.