[web] Fix linting errors

This commit is contained in:
chme
2022-02-19 07:05:59 +01:00
parent c78f861f45
commit 6519b18aa0
28 changed files with 51 additions and 21 deletions

View File

@@ -54,6 +54,7 @@ import webapi from '@/webapi'
export default {
name: 'ModalDialogPlaylist',
props: ['show', 'playlist', 'uris'],
emits: ['close'],
methods: {
play: function () {