Skip to content

Commit

Permalink
Improve: Improved formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Dec 20, 2023
1 parent 001842f commit b6aabf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/utilities/formatter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ String formatSongTitle(String title) {
'&': '&',
''': "'",
'"': '"',
'Official Video': '',
'Official Music Video': '',
'Official Lyric Video': '',
'Official Video': '',
'Lyric Video': '',
'Lyrics Video': '',
};
Expand Down

0 comments on commit b6aabf0

Please sign in to comment.