mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
Remove syncplay worker
This was an attempt to fix issues on Safari
This commit is contained in:
@@ -48,10 +48,6 @@ module.exports = merge(common, {
|
||||
{
|
||||
test: /\.(wav)$/i,
|
||||
use: ["file-loader"]
|
||||
},
|
||||
{
|
||||
test: /\.worker.js$/,
|
||||
use: ["worker"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user