Browse Source

fix(EditSong): isApple not defined in instance

Signed-off-by: Jonathan Graham <theflametrooper@gmail.com>
Jonathan Graham 3 years ago
parent
commit
aba4455657
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/components/modals/EditSong/index.vue

+ 1 - 1
frontend/src/components/modals/EditSong/index.vue

@@ -88,7 +88,7 @@
 									</span>
 								</div>
 								<div class="player-footer-right">
-									<p id="volume-control" v-if="!isApple">
+									<p id="volume-control">
 										<i
 											v-if="muted"
 											class="material-icons"