[web] Remove unused property

This commit is contained in:
Alain Nussbaumer
2024-02-28 13:12:36 +01:00
parent b24e025b43
commit 127db529ef
2 changed files with 0 additions and 8 deletions

View File

@@ -123,7 +123,6 @@ export default {
props: {
album: { required: true, type: Object },
media_kind: { default: '', type: String },
new_tracks: { required: true, type: Array },
show: Boolean
},
emits: ['close', 'remove-podcast', 'play-count-changed'],