3.4.1 archive tab improvements
This commit is contained in:
parent
e20c780052
commit
1f8c286a13
8 changed files with 237 additions and 216 deletions
|
@ -35,7 +35,7 @@ JamStash.service('globals', function (utils) {
|
|||
Repeat: false,
|
||||
Debug: false
|
||||
};
|
||||
this.SavedCollections = [];
|
||||
this.DefaultCollection = [];
|
||||
this.SavedGenres = [];
|
||||
this.BaseURL = function () { return this.settings.Server + '/rest'; };
|
||||
this.BaseParams = function () { return 'u=' + this.settings.Username + '&p=' + this.settings.Password + '&f=' + this.settings.Protocol + '&v=' + this.settings.ApiVersion + '&c=' + this.settings.ApplicationName; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue