Skip to content

Commit

Permalink
Merge pull request #6329 from nielsvanvelzen/fix-lyric-sort
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored Nov 20, 2024
2 parents b95dad4 + e221872 commit 1496542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ function bindEvents(parent) {
parent.querySelector('.metadataReaders').addEventListener('click', onSortableContainerClick);
parent.querySelector('.subtitleFetchers').addEventListener('click', onSortableContainerClick);
parent.querySelector('.metadataFetchers').addEventListener('click', onSortableContainerClick);
parent.querySelector('.lyricFetchers').addEventListener('click', onSortableContainerClick);
parent.querySelector('.imageFetchers').addEventListener('click', onImageFetchersContainerClick);

parent.querySelector('#chkEnableEmbeddedTitles').addEventListener('change', (e) => {
Expand Down
2 changes: 1 addition & 1 deletion src/strings/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@
"Lyric": "Lyric",
"Lyricist": "Lyricist",
"Lyrics": "Lyrics",
"LyricDownloadersHelp": "Enable and rank your preferred subtitle downloaders in order of priority.",
"LyricDownloadersHelp": "Enable and rank your preferred lyric downloaders in order of priority.",
"ManageLibrary": "Manage library",
"ManageRecording": "Manage recording",
"MapChannels": "Map Channels",
Expand Down

0 comments on commit 1496542

Please sign in to comment.