jellyfin/MediaBrowser.LocalMetadata
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
..
Images Reduce the amount of exceptions thrown 2019-03-07 21:42:56 +01:00
Parsers Remove useless comments 2019-03-07 12:24:44 +01:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
Providers Remove useless abstraction around XmlReaderSettings 2019-03-07 12:04:14 +01:00
Savers Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
BaseXmlProvider.cs Reformat JustAMan review pt2 changes 2019-01-17 20:24:39 +01:00
MediaBrowser.LocalMetadata.csproj Document all public/internal members of Emby.Drawing 2019-08-11 16:52:37 +02:00