1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Capture playback permission

This commit is contained in:
gion 2020-04-15 18:09:34 +02:00
parent a18bca9d8c
commit 9fabbd5746
9 changed files with 77 additions and 4 deletions

View file

@ -44,6 +44,10 @@ module.exports = merge(common, {
use: [
'file-loader'
]
},
{
test: /\.(wav)$/i,
use: ["file-loader"]
}
]
}