Compare commits

...

2 Commits

Author SHA1 Message Date
b30468670f Add todo 2023-11-21 15:15:14 -04:00
1b51cab9ab Logging fix 2023-11-21 15:10:19 -04:00
2 changed files with 4 additions and 1 deletions

3
PlexMusicFixer/TODO.txt Normal file
View File

@ -0,0 +1,3 @@
- Improve typescript support
- https://stackoverflow.com/questions/11286661/set-custom-attribute-using-javascript

View File

@ -166,7 +166,7 @@ function albumPage() {
// Add a swap property to the container, so we can check if it's already been swapped
container.attributes.swap = true
logSwap(artist.innerHTML, album.innerHTML)
logSwap(artist.innerText, album.innerText)
}
function alwaysCheck() {