cody-music
Advanced tools
Comparing version 2.9.25 to 2.9.26
@@ -250,11 +250,2 @@ "use strict"; | ||
} | ||
if (!genre) { | ||
// get the genre | ||
try { | ||
genre = await musicController.getGenre(t.artist, t.name); | ||
} | ||
catch (e) { | ||
// | ||
} | ||
} | ||
if (genre) { | ||
@@ -261,0 +252,0 @@ t.genre = genre; |
@@ -299,13 +299,2 @@ import { MusicUtil } from "./util"; | ||
} | ||
if (!genre) { | ||
// get the genre | ||
try { | ||
genre = await musicController.getGenre( | ||
t.artist, | ||
t.name | ||
); | ||
} catch (e) { | ||
// | ||
} | ||
} | ||
if (genre) { | ||
@@ -312,0 +301,0 @@ t.genre = genre; |
{ | ||
"name": "cody-music", | ||
"version": "2.9.25", | ||
"version": "2.9.26", | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
670802
16463