Skip to content

Commit

Permalink
Version 3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aadsm committed Feb 22, 2021
1 parent 4bf2436 commit 7fb14ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/jsmediatags.js
Expand Up @@ -683,7 +683,7 @@ function (_MediaTagReader) {
var d = s.indexOf("=");
var split = [s.slice(0, d), s.slice(d + 1)];

switch (split[0]) {
switch (split[0].toUpperCase()) {
case "TITLE":
title = split[1];
break;
Expand Down
14 changes: 7 additions & 7 deletions dist/jsmediatags.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsmediatags",
"version": "3.9.4",
"version": "3.9.5",
"description": "Media Tags Reader (ID3, MP4)",
"author": {
"name": "António Afonso",
Expand Down

0 comments on commit 7fb14ad

Please sign in to comment.