diff options
author | 2021-10-02 18:59:08 +0200 | |
---|---|---|
committer | 2021-10-02 18:59:08 +0200 | |
commit | 49652bec567ddb75fb6041c2a34ddb37e9694f08 (patch) | |
tree | 0a3e35d9a0788787934d1b124a620bf5246e81bf /apps/Player/components/Video.js | |
parent | 79bdb88a5fc099b5871a83d18eadf9b0448b41d1 (diff) | |
download | my_apps-49652bec567ddb75fb6041c2a34ddb37e9694f08.tar.gz my_apps-49652bec567ddb75fb6041c2a34ddb37e9694f08.tar.bz2 my_apps-49652bec567ddb75fb6041c2a34ddb37e9694f08.zip |
small styling fixes
Diffstat (limited to 'apps/Player/components/Video.js')
-rw-r--r-- | apps/Player/components/Video.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Player/components/Video.js b/apps/Player/components/Video.js index e1f4c0b..521bf86 100644 --- a/apps/Player/components/Video.js +++ b/apps/Player/components/Video.js @@ -43,7 +43,7 @@ const Video = ({ playlist, current, setCurrent, audioOnly = false, setDetails }) break default: } - }, [playlist && playlist[current].id]) + }, [playlist && playlist[current].id, audioOnly]) return ( data && !loading |