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 Replace some usage of QueryParamCollection 2019-02-27 14:23:39 +01:00
Common Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
Configuration Send DLNA devices message to only the matched interface 2019-02-22 20:18:34 +08:00
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 Fix more analyzer warnings 2019-01-27 12:12:44 +01:00
Service Remove useless abstraction around XmlReaderSettings 2019-03-07 12:04:14 +01:00
Ssdp Remove custom Threading 2019-02-05 16:47:50 +01:00
ConfigurationExtension.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
ControlRequest.cs Reduce aspnet imports 2019-03-07 19:04:09 +01:00
ControlResponse.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
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 Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
IConnectionManager.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
IContentDirectory.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
IEventManager.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
IMediaReceiverRegistrar.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
IUpnpService.cs Replace some usage of QueryParamCollection 2019-02-27 14:23:39 +01:00