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
/
TV
/
EpisodeResolver.cs
Age
Commit message (
Collapse
)
Author
2023-03-06
Inject IDirectoryService where needed instead of passing it through ↵
Joe Rogers
ItemResolveArgs
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-11
Fix some things that slipped through the cracks
Bond_009
2022-02-20
Fix #7100 by catching the exception on opening invalid UDF images
Stanislav Ionascu
When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception.
2021-12-20
Use our own Contains extension
cvium
2021-12-07
Refactor extras parsing
cvium
2021-11-15
Remove ILibraryManager as a dependency in resolvers etc.
cvium
2021-09-19
Fix extra folder type resolving.
Dixin
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-05-05
Code Clean up: Convert to null-coalescing operator ?? (#5845)
BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-03-15
add unit tests
cvium
2021-03-14
do not resolve episode-like files if they are in extras folders
cvium
2020-06-16
fix SA1513/SA1516
telans
2019-11-27
Fix more warnings
Bond_009
2019-02-09
Removed some unused fields
Bond_009
2019-01-13
Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
Erwin de Haan
2019-01-13
Visual Studio Reformat: Emby.Server.Implementations Part I-Lib
Erwin de Haan
2019-01-07
remove trailing whitespace
hawken
2017-08-09
consolidate emby.server.core into emby.server.implementations
Luke Pulverenti
2017-05-05
update file responses
Luke Pulverenti
2017-02-01
update EpisodeResolver
Luke Pulverenti
2016-11-03
move additional classes to new server lib
Luke Pulverenti