1 parent 0cf482c commit 3e944f3Copy full SHA for 3e944f3
1 file changed
app/plugins/music_service/mpd/index.js
@@ -383,9 +383,9 @@ ControllerMpd.prototype.parseTrackInfo = function (objTrackInfo) {
383
if (resp.uri.indexOf('cdda:///') >= 0) {
384
resp.trackType = 'CD Audio';
385
resp.title = resp.uri.replace('cdda:///', 'Track ');
386
- } else if (resp.uri.indexOf('qobuz.com') >= 0) {
+ } else if (resp.uri.indexOf('qobuz') >= 0) {
387
resp.trackType = 'qobuz';
388
- } else if (resp.uri.indexOf('tidal.com') >= 0) {
+ } else if (resp.uri.indexOf('tidal') >= 0) {
389
resp.trackType = 'tidal';
390
} else if (resp.uri.indexOf('http://') >= 0) {
391
resp.service = 'dirble';
0 commit comments