index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
Library
/
Resolvers
/
Audio
/
AudioResolver.cs
Age
Commit message (
Expand
)
Author
2023-12-08
Convert CollectionType to use lowercase enum names
Cody Robibero
2023-11-09
Convert CollectionType, SpecialFolderType to enum (#9764)
Cody Robibero
2023-10-06
Reduce string allocations
Bond_009
2023-03-06
Fix cases where multiple files are resolved as a single book
Joe Rogers
2023-03-01
Allocate less Lists
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2021-11-15
Remove ILibraryManager as a dependency in resolvers etc.
cvium
2021-08-28
Remove more and more warnings
Cody Robibero
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-04-17
Fix ArgumentOutOfRangeException scanning AudioBooks
Stephen Moore
2021-01-06
Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver
Ian
2020-11-14
Missed some stuff
Bond_009
2020-10-12
Fix SA 1116 warnings
Jan-Pieter Baert
2020-06-15
fix SA1005
telans
2020-02-23
Fix some warnings
Bond_009
2020-02-19
Minor improvements
Bond_009
2019-12-11
More warnings (removed)
Bond_009
2019-11-27
Fix more warnings
Bond_009
2019-01-22
Remove conditions that are always true/false
Bond_009
2019-01-13
Visual Studio Reformat: Emby.Server.Implementations Part I-Lib
Erwin de Haan
2019-01-11
Merge branch 'dev' into code-cleanup
Erwin de Haan
2019-01-10
Mayor code cleanup
Erwin de Haan
2019-01-07
remove trailing whitespace
hawken
2018-09-12
Update to 3.5.2 and .net core 2.1
stefan
2017-11-19
3.2.36.15
Luke Pulverenti
2017-11-16
3.2.36.11
Luke Pulverenti
2017-06-15
update series resolver
Luke Pulverenti
2016-12-12
move book support into the core
Luke Pulverenti
2016-11-03
move additional classes to new server lib
Luke Pulverenti