Compare commits
2 Commits
204eb0d6f6
...
b30468670f
Author | SHA1 | Date | |
---|---|---|---|
b30468670f | |||
1b51cab9ab |
3
PlexMusicFixer/TODO.txt
Normal file
3
PlexMusicFixer/TODO.txt
Normal file
@ -0,0 +1,3 @@
|
||||
- Improve typescript support
|
||||
- https://stackoverflow.com/questions/11286661/set-custom-attribute-using-javascript
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user