mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
chore: improve readability
This commit is contained in:
@ -325,7 +325,7 @@ export default createPlugin({
|
||||
if (video) {
|
||||
video.style.height = 'auto';
|
||||
}
|
||||
video?.addEventListener('ytmd:src-changed', videoStarted);
|
||||
video?.addEventListener('peard:src-changed', videoStarted);
|
||||
observeThumbnail();
|
||||
videoStarted();
|
||||
switch (config.align) {
|
||||
|
||||
Reference in New Issue
Block a user