mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 10:37:22 -04:00 
			
		
		
		
	updated nuget
This commit is contained in:
		
							parent
							
								
									6e0f4cf3a3
								
							
						
					
					
						commit
						96c65a147c
					
				| @ -41,6 +41,13 @@ | ||||
|       <SpecificVersion>False</SpecificVersion> | ||||
|       <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="SimpleInjector, Version=2.4.0.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL"> | ||||
|       <SpecificVersion>False</SpecificVersion> | ||||
|       <HintPath>..\packages\SimpleInjector.2.4.0\lib\net45\SimpleInjector.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="SimpleInjector.Diagnostics"> | ||||
|       <HintPath>..\packages\SimpleInjector.2.4.0\lib\net45\SimpleInjector.Diagnostics.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="System" /> | ||||
|     <Reference Include="System.Configuration" /> | ||||
|     <Reference Include="System.Core" /> | ||||
| @ -51,9 +58,6 @@ | ||||
|     <Reference Include="NLog"> | ||||
|       <HintPath>..\packages\NLog.2.1.0\lib\net45\NLog.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="SimpleInjector"> | ||||
|       <HintPath>..\packages\SimpleInjector.2.3.6\lib\net40-client\SimpleInjector.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="SharpCompress"> | ||||
|       <HintPath>..\packages\sharpcompress.0.10.2\lib\net40\SharpCompress.dll</HintPath> | ||||
|     </Reference> | ||||
|  | ||||
| @ -2,5 +2,5 @@ | ||||
| <packages> | ||||
|   <package id="NLog" version="2.1.0" targetFramework="net45" /> | ||||
|   <package id="sharpcompress" version="0.10.2" targetFramework="net45" /> | ||||
|   <package id="SimpleInjector" version="2.3.6" targetFramework="net45" /> | ||||
|   <package id="SimpleInjector" version="2.4.0" targetFramework="net45" /> | ||||
| </packages> | ||||
| @ -33,7 +33,7 @@ namespace MediaBrowser.Server.Implementations.Persistence | ||||
|         } | ||||
| 
 | ||||
|         private SqliteShrinkMemoryTimer _shrinkMemoryTimer; | ||||
|          | ||||
| 
 | ||||
|         /// <summary> | ||||
|         /// Opens the connection to the database | ||||
|         /// </summary> | ||||
|  | ||||
| @ -55,6 +55,8 @@ namespace MediaBrowser.Server.Implementations.Persistence | ||||
|             _logger = logManager.GetLogger(GetType().Name); | ||||
|         } | ||||
| 
 | ||||
|         private SqliteShrinkMemoryTimer _shrinkMemoryTimer; | ||||
|          | ||||
|         /// <summary> | ||||
|         /// Opens the connection to the database | ||||
|         /// </summary> | ||||
| @ -78,6 +80,8 @@ namespace MediaBrowser.Server.Implementations.Persistence | ||||
|                                }; | ||||
| 
 | ||||
|             _connection.RunQueries(queries, _logger); | ||||
| 
 | ||||
|             _shrinkMemoryTimer = new SqliteShrinkMemoryTimer(_connection, _writeLock, _logger); | ||||
|         } | ||||
| 
 | ||||
|         /// <summary> | ||||
| @ -267,6 +271,12 @@ namespace MediaBrowser.Server.Implementations.Persistence | ||||
|                 { | ||||
|                     lock (_disposeLock) | ||||
|                     { | ||||
|                         if (_shrinkMemoryTimer != null) | ||||
|                         { | ||||
|                             _shrinkMemoryTimer.Dispose(); | ||||
|                             _shrinkMemoryTimer = null; | ||||
|                         } | ||||
| 
 | ||||
|                         if (_connection != null) | ||||
|                         { | ||||
|                             if (_connection.IsOpen()) | ||||
|  | ||||
| @ -46,6 +46,10 @@ | ||||
|         <assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" /> | ||||
|         <bindingRedirect oldVersion="0.0.0.0-1.0.89.0" newVersion="1.0.89.0" /> | ||||
|       </dependentAssembly> | ||||
|       <dependentAssembly> | ||||
|         <assemblyIdentity name="SimpleInjector" publicKeyToken="984cb50dea722e99" culture="neutral" /> | ||||
|         <bindingRedirect oldVersion="0.0.0.0-2.3.6.0" newVersion="2.3.6.0" /> | ||||
|       </dependentAssembly> | ||||
|     </assemblyBinding> | ||||
|   </runtime> | ||||
|   <system.web> | ||||
|  | ||||
| @ -1,7 +1,6 @@ | ||||
| using MediaBrowser.Common.Configuration; | ||||
| using MediaBrowser.Common.IO; | ||||
| using MediaBrowser.Common.Net; | ||||
| using MediaBrowser.Controller.IO; | ||||
| using MediaBrowser.Model.IO; | ||||
| using MediaBrowser.Model.Logging; | ||||
| using MediaBrowser.Model.Net; | ||||
| @ -75,7 +74,7 @@ namespace MediaBrowser.ServerApplication.FFMpeg | ||||
|                     ExtractFFMpeg(tempFile, Path.GetDirectoryName(info.Path)); | ||||
|                     return; | ||||
|                 } | ||||
|                 catch (HttpException ex) | ||||
|                 catch (HttpException) | ||||
|                 { | ||||
| 
 | ||||
|                 } | ||||
|  | ||||
| @ -134,9 +134,12 @@ | ||||
|     <Reference Include="ServiceStack.Interfaces"> | ||||
|       <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="SimpleInjector, Version=2.3.6.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL"> | ||||
|     <Reference Include="SimpleInjector, Version=2.4.0.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL"> | ||||
|       <SpecificVersion>False</SpecificVersion> | ||||
|       <HintPath>..\packages\SimpleInjector.2.3.6\lib\net40-client\SimpleInjector.dll</HintPath> | ||||
|       <HintPath>..\packages\SimpleInjector.2.4.0\lib\net45\SimpleInjector.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="SimpleInjector.Diagnostics"> | ||||
|       <HintPath>..\packages\SimpleInjector.2.4.0\lib\net45\SimpleInjector.Diagnostics.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="System" /> | ||||
|     <Reference Include="System.Configuration.Install" /> | ||||
|  | ||||
| @ -3,5 +3,5 @@ | ||||
|   <package id="Hardcodet.Wpf.TaskbarNotification" version="1.0.4.0" targetFramework="net45" /> | ||||
|   <package id="MediaBrowser.IsoMounting" version="3.0.65" targetFramework="net45" /> | ||||
|   <package id="NLog" version="2.1.0" targetFramework="net45" /> | ||||
|   <package id="SimpleInjector" version="2.3.6" targetFramework="net45" /> | ||||
|   <package id="SimpleInjector" version="2.4.0" targetFramework="net45" /> | ||||
| </packages> | ||||
| @ -2,7 +2,7 @@ | ||||
| <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||||
|     <metadata> | ||||
|         <id>MediaBrowser.Common.Internal</id> | ||||
|         <version>3.0.263</version> | ||||
|         <version>3.0.265</version> | ||||
|         <title>MediaBrowser.Common.Internal</title> | ||||
|         <authors>Luke</authors> | ||||
|         <owners>ebr,Luke,scottisafool</owners> | ||||
| @ -12,9 +12,9 @@ | ||||
|         <description>Contains common components shared by Media Browser Theater and Media Browser Server. Not intended for plugin developer consumption.</description> | ||||
|         <copyright>Copyright © Media Browser 2013</copyright> | ||||
|         <dependencies> | ||||
|             <dependency id="MediaBrowser.Common" version="3.0.263" /> | ||||
|             <dependency id="MediaBrowser.Common" version="3.0.265" /> | ||||
|             <dependency id="NLog" version="2.1.0" /> | ||||
|             <dependency id="SimpleInjector" version="2.3.6" /> | ||||
|             <dependency id="SimpleInjector" version="2.4.0" /> | ||||
|             <dependency id="sharpcompress" version="0.10.2" /> | ||||
|         </dependencies> | ||||
|     </metadata> | ||||
|  | ||||
| @ -2,7 +2,7 @@ | ||||
| <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||||
|     <metadata> | ||||
|         <id>MediaBrowser.Common</id> | ||||
|         <version>3.0.263</version> | ||||
|         <version>3.0.265</version> | ||||
|         <title>MediaBrowser.Common</title> | ||||
|         <authors>Media Browser Team</authors> | ||||
|         <owners>ebr,Luke,scottisafool</owners> | ||||
|  | ||||
| @ -2,7 +2,7 @@ | ||||
| <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||||
|     <metadata> | ||||
|         <id>MediaBrowser.Server.Core</id> | ||||
|         <version>3.0.263</version> | ||||
|         <version>3.0.265</version> | ||||
|         <title>Media Browser.Server.Core</title> | ||||
|         <authors>Media Browser Team</authors> | ||||
|         <owners>ebr,Luke,scottisafool</owners> | ||||
| @ -12,7 +12,7 @@ | ||||
|         <description>Contains core components required to build plugins for Media Browser Server.</description> | ||||
|         <copyright>Copyright © Media Browser 2013</copyright> | ||||
|         <dependencies> | ||||
|             <dependency id="MediaBrowser.Common" version="3.0.263" /> | ||||
|             <dependency id="MediaBrowser.Common" version="3.0.265" /> | ||||
|         </dependencies> | ||||
|     </metadata> | ||||
|     <files> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user