| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Refactor Quick Connect
|
|
|
|
|
|
Add test for ReadOnlySpan.Count extension
|
|
|
|
Remove useless nullable directives
|
|
|
|
|
|
Minor fixes
|
|
Make DLNA folders to work as expected.
|
|
Add OriginalTitle to ItemLookupInfo
|
|
|
|
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
|
|
|
|
|
Reorder requested audio channels checks
|
|
|
|
Remove dead code
|
|
|
|
Enable nullable reference types for Emby.Server.Implementations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
|
* properly dispose CancellationTokenSource
* rewrite DynamicHlsController.GetSegmentLengths
* remove dead code
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
|
|
|
|
|
Reduce string allocations/fs lookups in resolve code
|
|
|
|
Code Clean up: Group Methods
|
|
SqliteItemRepository: remove redundant operations
|
|
|
|
Improve perf of db save and query
|
|
removed:
* nameof -> FullName lookup
* IndexOf before Replace
* Enum.GetNames -> Enum.Parse roundtrip
|
|
|
|
|