You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.logger.warn('Server did not respond with a version. Either the base URL is incorrect or this Maloja server is too old. multi-scrobbler will most likely not work with this server.');
119
121
}else{
120
122
this.logger.info(`Maloja Server Version: ${versionstring}`);
121
-
if(version[0]<2||version[1]<7){
123
+
this.serverVersion=versionstring;
124
+
if(compareVersions(versionstring,'2.7.0')<0){
122
125
this.logger.warn('Maloja Server Version is less than 2.7, please upgrade to ensure compatibility');
0 commit comments