diff --git a/gui.go b/gui.go index 13838f6..b1508c9 100644 --- a/gui.go +++ b/gui.go @@ -30,7 +30,7 @@ type LocalLibraryData struct { type LibraryTemplateData struct { Id int `json:"id"` Name string `json:"name"` - Version int `json:"version"` + Version string `json:"version"` Dlc string `json:"dlc"` TitleId string `json:"titleId"` Path string `json:"path"` diff --git a/resources/app/app.js b/resources/app/app.js index 1fe4d78..e38f419 100644 --- a/resources/app/app.js +++ b/resources/app/app.js @@ -254,7 +254,8 @@ $(function () { {title: "Title", field: "name", headerFilter:"input",formatter:"textarea",width:350}, {title: "Title id", headerSort:false, field: "titleId"}, {title: "Multi content", headerSort:false, field: "multi_content"}, - {title: "Latest update", headerSort:false, field: "update"}, + {title: "Update", headerSort:false, field: "update"}, + {title: "Version", headerSort:false, field: "version"}, {title: "File name", headerSort:false, field: "path",formatter:"textarea",cellClick:function(e, cell){ //e - the click event object //cell - cell component