cody-music
Advanced tools
Comparing version 2.6.65 to 2.6.66
@@ -314,4 +314,6 @@ "use strict"; | ||
trackId = musicUtil.createUriFromTrackId(trackId); | ||
playlistId = musicUtil.createPlaylistUriFromPlaylistId(playlistId); | ||
if (playlistId) { | ||
playlistId = musicUtil.createPlaylistUriFromPlaylistId(playlistId); | ||
} | ||
if (playlistId) { | ||
this.playTrackInContext(models_1.PlayerName.SpotifyDesktop, [ | ||
@@ -318,0 +320,0 @@ trackId, |
@@ -346,3 +346,5 @@ import { MusicUtil } from "./util"; | ||
trackId = musicUtil.createUriFromTrackId(trackId); | ||
playlistId = musicUtil.createPlaylistUriFromPlaylistId(playlistId); | ||
if (playlistId) { | ||
playlistId = musicUtil.createPlaylistUriFromPlaylistId(playlistId); | ||
} | ||
@@ -349,0 +351,0 @@ if (playlistId) { |
{ | ||
"name": "cody-music", | ||
"version": "2.6.65", | ||
"version": "2.6.66", | ||
"description": "mac osx spotify and itunes music player controller, spotify audio features, itunes and spotify genre, and playlist control", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
505387
12342