jellyfin/Emby.Dlna
Bond-009 ee637e8fec Fix warnings, improve performance (#1665)
* Fix warnings, improve performance

`QueryResult.Items` is now a `IReadOnlyList` so we don't need to
allocate a new `Array` when we have a `List` (and `Items` shouldn't need to
be mutable anyway)

* Update Providers .csproj to latest C#

* Remove extra newline from DtoService.cs

* Remove extra newline from UserLibraryService.cs
2019-09-02 02:19:29 -04:00
..
Api
Common
Configuration
ConnectionManager Merge branch 'master' into xml 2019-03-12 16:37:18 +01:00
ContentDirectory Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
Didl - use streamInfo.StartPositionTicks if provided over userdata.PlaybackPositionTicks when creating the Samsung Bookmark Info 2019-08-29 02:38:53 +03:00
Eventing Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
Images Optimize images with image_optim 2019-04-03 22:58:52 -04:00
Main Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
MediaReceiverRegistrar Merge branch 'master' into xml 2019-03-12 16:37:18 +01:00
PlayTo Clean up livestreaming code 2019-08-16 21:13:18 +02:00
Profiles Use a dictionary to look up mimetypes 2019-07-28 20:20:03 +02:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
Server
Service
Ssdp
ConfigurationExtension.cs
ControlRequest.cs
ControlResponse.cs
DlnaManager.cs Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
Emby.Dlna.csproj Document all public/internal members of Emby.Drawing 2019-08-11 16:52:37 +02:00
EventSubscriptionResponse.cs
IConnectionManager.cs
IContentDirectory.cs
IEventManager.cs
IMediaReceiverRegistrar.cs
IUpnpService.cs