mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Disable syncing after several attempts
Refactor syncplay manager Attempt fixing Safari issues (timeupdate event not firing)
This commit is contained in:
@@ -41,6 +41,10 @@ module.exports = merge(common, {
|
||||
{
|
||||
test: /\.(wav)$/i,
|
||||
use: ["file-loader"]
|
||||
},
|
||||
{
|
||||
test: /\.worker.js$/,
|
||||
use: ["worker"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user