| 
							
							
								 Bond_009 | 5d9e2903d2 | Minor improvements | 2020-09-07 13:31:05 +02:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | a2687fac5e | Merge branch 'master' into simplified_dlnamanager | 2020-09-07 12:29:31 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | cf87b3afb7 | Remove excess code. | 2020-09-07 12:28:48 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | 03d8f6f43b | Update DlnaManager.cs removed space. | 2020-09-07 12:27:55 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | b673f5bcde | Update DlnaManager.cs | 2020-09-07 12:27:26 +01:00 |  | 
			
				
					| 
							
							
								 Bond-009 | bf2dc0cfeb | Merge pull request #4061 from BaronGreenback/#4060 Fix for #4060 | 2020-09-07 11:21:06 +00:00 |  | 
			
				
					| 
							
							
								 Bond_009 | 384ab39f5b | Fix some warnings | 2020-09-07 13:20:39 +02:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | eedb520af1 | Removed code that wasn't used. | 2020-09-07 12:14:02 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | 6a5df73151 | Update DlnaManager.cs Changed function name to IsRegexOrSubstringMatch | 2020-09-07 12:09:15 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | 12d0f29dea | Update Emby.Dlna/DlnaManager.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | 2020-09-07 12:07:57 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | 268af7dac3 | Merge pull request #60 from jellyfin/master Updating to JF/master | 2020-09-07 11:59:37 +01:00 |  | 
			
				
					| 
							
							
								 cvium | 57db856fd8 | Fix null exception in other tmdb providers | 2020-09-07 12:42:41 +02:00 |  | 
			
				
					| 
							
							
								 cvium | f85ab53bd9 | Fix null exception in tmdb episode provider | 2020-09-07 12:39:16 +02:00 |  | 
			
				
					| 
							
							
								 Bond_009 | 343fc8c668 | Fix ObjectDisposedException ```
System.Net.Http.HttpRequestException: An error occurred while sending the request.
 ---> System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Http.StringContent'.
   at System.Net.Http.HttpContent.CheckDisposed()
   at System.Net.Http.HttpContent.CopyToAsync(Stream stream, TransportContext context, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnection.SendRequestContentAsync(HttpRequestMessage request, HttpContentWriteStream stream, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithNtConnectionAuthAsync(HttpConnection connection, HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
   at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/SsdpHttpClient.cs:line 41
   at Emby.Dlna.PlayTo.Device.GetTransportInfo(TransportCommands avCommands, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 629
   at Emby.Dlna.PlayTo.Device.TimerCallback(Object sender) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 445
``` | 2020-09-07 12:22:33 +02:00 |  | 
			
				
					| 
							
							
								 crobibero | eab92a0b01 | Merge remote-tracking branch 'upstream/master' into api-stream-return | 2020-09-06 14:34:31 -06:00 |  | 
			
				
					| 
							
							
								 crobibero | 26c432b564 | Rename StartupCompleted to StartupWizardCompleted | 2020-09-06 14:27:31 -06:00 |  | 
			
				
					| 
							
							
								 Bond-009 | 99bbbea9e2 | Merge pull request #4069 from crobibero/api-route-required Make all FromRoute required | 2020-09-06 21:31:08 +02:00 |  | 
			
				
					| 
							
							
								 crobibero | 29fc882037 | merge all attributes | 2020-09-06 09:07:27 -06:00 |  | 
			
				
					| 
							
							
								 crobibero | 6ffffa95a7 | Use jar directly | 2020-09-06 08:26:36 -06:00 |  | 
			
				
					| 
							
							
								 Bond_009 | b99446f27a | Fix sln file | 2020-09-06 13:35:22 +02:00 |  | 
			
				
					| 
							
							
								 crobibero | 320e3b98ab | Add ci task to publish api client | 2020-09-05 23:32:21 -06:00 |  | 
			
				
					| 
							
							
								 crobibero | db9bcdcdc9 | Use proper StartupCompleted flag | 2020-09-05 18:48:19 -06:00 |  | 
			
				
					| 
							
							
								 crobibero | b64108923a | Add missing references | 2020-09-05 17:11:44 -06:00 |  | 
			
				
					| 
							
							
								 crobibero | 59d47ec3f5 | Make all FromRoute required | 2020-09-05 17:07:25 -06:00 |  | 
			
				
					| 
							
							
								 Patrick Barron | 46c705b545 | Generate migration for display preferences fix. | 2020-09-05 18:11:03 -04:00 |  | 
			
				
					| 
							
							
								 Patrick Barron | db46a9e7c8 | Clean up JellyfinDb and fix display preferences index. | 2020-09-05 17:54:34 -04:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | 15e064cb73 | Update StreamingHelpers.cs | 2020-09-05 22:09:21 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | babdd30a46 | Renamed IsRegExMatch to IsPropertyMatch | 2020-09-05 21:49:30 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | f7a56f70c6 | Update StreamingHelpers.cs | 2020-09-05 21:31:23 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | 3c13489cb9 | Update StreamingHelpers.cs | 2020-09-05 21:31:05 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | ebad504f3b | Fixed profile | 2020-09-05 21:25:47 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | 0f6ea123ea | Update ApplicationHost.cs | 2020-09-05 20:55:42 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | 8439860b2a | Merge branch 'master' into Plugins | 2020-09-05 20:49:04 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | 25e965b85c | Update FileStreamResponseHelpers.cs | 2020-09-05 20:33:18 +01:00 |  | 
			
				
					| 
							
							
								 Bond-009 | 9cffa66a01 | Merge pull request #4062 from BaronGreenback/#4059 Fix for #4059 | 2020-09-05 21:26:55 +02:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | e33824d286 | Changed to named tuples | 2020-09-05 20:20:15 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | d3e8834e80 | Removed memoryStream | 2020-09-05 20:03:21 +01:00 |  | 
			
				
					| 
							
							
								 crobibero | 342de39d78 | Move CorsPolicyProvider to Jellyfin.Server.Configuration | 2020-09-05 13:02:53 -06:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | ac7636ea1e | added dlnaheaders fix for #4059 | 2020-09-05 19:54:48 +01:00 |  | 
			
				
					| 
							
							
								 BaronGreenback | e3fdea2ec9 | Update DlnaManager.cs Fix for #4060 | 2020-09-05 19:48:37 +01:00 |  | 
			
				
					| 
							
							
								 crobibero | 9a74ace84b | Add flag for startup completed | 2020-09-05 09:20:58 -06:00 |  | 
			
				
					| 
							
							
								 crobibero | 527ffaa90c | clean docs | 2020-09-05 09:12:50 -06:00 |  | 
			
				
					| 
							
							
								 crobibero | 2c05d53b06 | Convert to ICorsPolicyProvider | 2020-09-05 09:10:05 -06:00 |  | 
			
				
					| 
							
							
								 crobibero | 8a08111adc | Merge remote-tracking branch 'upstream/master' into dynamic-cors | 2020-09-05 09:00:55 -06:00 |  | 
			
				
					| 
							
							
								 Bond-009 | 6d154041b9 | Merge pull request #3880 from DirtyRacer1337/datetime Fix year parsing | 2020-09-05 16:09:05 +02:00 |  | 
			
				
					| 
							
							
								 Bond-009 | 573f4af32e | Merge pull request #4051 from crobibero/mad-stylez Replace swagger logo with jellyfin logo | 2020-09-05 15:46:16 +02:00 |  | 
			
				
					| 
							
							
								 Bond-009 | 43e360ab7f | Merge pull request #4054 from lmaonator/fix_tvdb_absolute_order Fix TVDB plugin not handling absolute display order | 2020-09-05 15:45:56 +02:00 |  | 
			
				
					| 
							
							
								 Bond-009 | e6c22a9707 | Merge pull request #4034 from barronpm/jellyfin-data-warnings Fix all warnings in Jellyfin.Data | 2020-09-05 14:37:36 +02:00 |  | 
			
				
					| 
							
							
								 Bond-009 | 1f431323f3 | Merge pull request #4046 from jellyfin/EraYaN-ci-publish-openapi-spec Enable code coverage and upload OpenAPI spec. | 2020-09-05 14:36:50 +02:00 |  | 
			
				
					| 
							
							
								 Bond-009 | 4500452674 | Merge pull request #4055 from Ullmie02/seeking Enable HTTP Range Processing (Fix seeking) | 2020-09-05 11:55:17 +02:00 |  |