3.4.1 archive tab improvements

This commit is contained in:
Trevor Squillario 2014-05-04 13:53:35 -04:00
parent e20c780052
commit 1f8c286a13
8 changed files with 237 additions and 216 deletions

View file

@ -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; };