jsmediatags
Advanced tools
Comparing version 3.9.4 to 3.9.5
@@ -273,3 +273,3 @@ "use strict"; | ||
switch (split[0]) { | ||
switch (split[0].toUpperCase()) { | ||
case "TITLE": | ||
@@ -276,0 +276,0 @@ title = split[1]; |
{ | ||
"name": "jsmediatags", | ||
"version": "3.9.4", | ||
"version": "3.9.5", | ||
"description": "Media Tags Reader (ID3, MP4)", | ||
@@ -5,0 +5,0 @@ "author": { |
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
175243