mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-20 09:06:38 +00:00
fix video player time display
This commit is contained in:
@@ -33,7 +33,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
|
||||
if (_denyIframeEmbedding())
|
||||
{
|
||||
res.AddHeader("X-Frame-Options", "DENY");
|
||||
res.AddHeader("X-Frame-Options", "SAMEORIGIN");
|
||||
}
|
||||
|
||||
var exception = dto as Exception;
|
||||
|
||||
Reference in New Issue
Block a user