Skip to content

Commit

Permalink
fix: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Mar 31, 2024
1 parent 9dd338f commit 52ead6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/controller/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ angular.module('listenone').controller('PlayController', [
};
timeResult.push({
content: line
.replace(/\[(\d{2,})\:(\d{2})(?:\.(\d{1,3}))?\]/g, '')
.replace(/\[(\d{2,}):(\d{2})(?:\.(\d{1,3}))?\]/g, '')
.replace(
/&(?:amp|lt|gt|quot|#39|apos);/g,
(match) => htmlUnescapes[match]
Expand Down

0 comments on commit 52ead6b

Please sign in to comment.