mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-15 14:46:19 +00:00
revert origin change
This commit is contained in:
@@ -138,11 +138,6 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
mediaSource.Protocol = dynamicInfo.Protocol;
|
||||
mediaSource.RequiredHttpHeaders = dynamicInfo.RequiredHttpHeaders;
|
||||
|
||||
if (mediaSource.Protocol == MediaProtocol.Http)
|
||||
{
|
||||
mediaSource.EnableHttpCredentials = false;
|
||||
}
|
||||
|
||||
return mediaSource;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user