mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
update client sync
This commit is contained in:
@@ -272,8 +272,6 @@ namespace MediaBrowser.Model.Configuration
|
|||||||
|
|
||||||
PeopleMetadataOptions = new PeopleMetadataOptions();
|
PeopleMetadataOptions = new PeopleMetadataOptions();
|
||||||
|
|
||||||
EnableVideoFrameByFrameAnalysis = false;
|
|
||||||
|
|
||||||
InsecureApps9 = new[]
|
InsecureApps9 = new[]
|
||||||
{
|
{
|
||||||
"Unknown app",
|
"Unknown app",
|
||||||
|
|||||||
@@ -147,7 +147,8 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
|
|||||||
// It also can fail with others like 727-ExternalPortOnlySupportsWildcard, 728-NoPortMapsAvailable
|
// It also can fail with others like 727-ExternalPortOnlySupportsWildcard, 728-NoPortMapsAvailable
|
||||||
// and those errors (upnp errors) could be useful for diagnosting.
|
// and those errors (upnp errors) could be useful for diagnosting.
|
||||||
|
|
||||||
_logger.ErrorException("Error creating port forwarding rules", ex);
|
// Commenting out because users are reporting problems out of our control
|
||||||
|
//_logger.ErrorException("Error creating port forwarding rules", ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -598,9 +598,6 @@
|
|||||||
<Content Include="dashboard-ui\cordova\android\androidcredentials.js">
|
<Content Include="dashboard-ui\cordova\android\androidcredentials.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\cordova\android\filesystem.js">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\cordova\android\iap.js">
|
<Content Include="dashboard-ui\cordova\android\iap.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@@ -614,9 +611,6 @@
|
|||||||
<Content Include="dashboard-ui\cordova\externalplayer.js">
|
<Content Include="dashboard-ui\cordova\externalplayer.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\cordova\filesystem.js">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\cordova\generaldevice.js" />
|
<Content Include="dashboard-ui\cordova\generaldevice.js" />
|
||||||
<Content Include="dashboard-ui\cordova\iap.js">
|
<Content Include="dashboard-ui\cordova\iap.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
@@ -1200,9 +1194,6 @@
|
|||||||
<Content Include="dashboard-ui\thirdparty\cast_sender.js">
|
<Content Include="dashboard-ui\thirdparty\cast_sender.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\thirdparty\filesystem.js">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\thirdparty\fontawesome\css\font-awesome.css">
|
<Content Include="dashboard-ui\thirdparty\fontawesome\css\font-awesome.css">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
Reference in New Issue
Block a user