Skip to content

Commit

Permalink
tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jul 2, 2017
1 parent b0073c7 commit 6a6f75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/monkeysaudio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export class ApeParser implements ITokenParser {
tags.push({id: key, value: val});
}
}
break;
break;

case DataType.binary: { // binary (probably artwork)
if (includeCovers && (key === 'Cover Art (Front)' || key === 'Cover Art (Back)')) {
Expand All @@ -275,7 +275,7 @@ export class ApeParser implements ITokenParser {
tags.push({id: key, value: picture});
}
}
break;
break;

default:
throw new Error('Unexpected data-type: ' + flags.dataType);
Expand Down

0 comments on commit 6a6f75a

Please sign in to comment.