Skip to content

Commit

Permalink
[qa] remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoPennec committed Jun 24, 2024
1 parent 7471349 commit c8c2de7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/pages/playlists/PlaylistPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1590,12 +1590,11 @@ export default {
}
if (this.$refs['picture-preview-wrapper']) {
this.$refs['picture-preview-wrapper'].style.height = `${height}px`
this.pictureDefaultHeight = height
}
this.pictureDefaultHeight = height
if (this.$refs['full-playlist-player']) {
this.$refs['full-playlist-player'].style.height = height + 'px'
this.$refs['full-playlist-player'].style.height = `${height}px`
}
if (this.rawPlayer) this.rawPlayer.resetHeight(height)
Expand Down

0 comments on commit c8c2de7

Please sign in to comment.