Cody Robibero
|
906f701fa8
|
Convert CollectionType, SpecialFolderType to enum (#9764)
* Convert CollectionType, SpecialFolderType to enum
* Hide internal enum CollectionType values
* Apply suggestions from code review
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
* Fix recent change
* Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs
Co-authored-by: Patrick Barron <barronpm@gmail.com>
---------
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
Co-authored-by: Patrick Barron <barronpm@gmail.com>
|
1 year ago |
Joe Rogers
|
1c3a97bf6a
|
Inject IDirectoryService where needed instead of passing it through ItemResolveArgs
|
2 years ago |
Bond_009
|
52194f56b5
|
Replace != null with is not null
|
2 years ago |
Bond_009
|
c7d50d640e
|
Replace == null with is null
|
2 years ago |
Bond_009
|
f6af28cf96
|
Fix some things that slipped through the cracks
|
2 years ago |
Stanislav Ionascu
|
554d1b2ca8
|
Fix #7100 by catching the exception on opening invalid UDF images
When an invalid UDF image is opened by the UdfReader, it may throw
and exception. This change is to catch and log the exception.
|
3 years ago |
cvium
|
b880dc8a4a
|
Use our own Contains extension
|
3 years ago |
cvium
|
fde84a1e00
|
Refactor extras parsing
|
3 years ago |
cvium
|
4f45c52674
|
Remove ILibraryManager as a dependency in resolvers etc.
|
3 years ago |
Dixin
|
dc8420c7a2
|
Fix extra folder type resolving.
|
3 years ago |
Bond_009
|
7e8428e588
|
Enable nullable reference types for Emby.Server.Implementations
|
4 years ago |
BaronGreenback
|
2e98de9062
|
Code Clean up: Convert to null-coalescing operator ?? (#5845)
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
4 years ago |
cvium
|
025e351f61
|
add unit tests
|
4 years ago |
cvium
|
ab0cff8556
|
do not resolve episode-like files if they are in extras folders
|
4 years ago |
telans
|
247f9c61e6
|
fix SA1513/SA1516
|
5 years ago |
Bond_009
|
42ffddc269
|
Fix more warnings
|
5 years ago |
Bond_009
|
a6a4cd5667
|
Removed some unused fields
|
6 years ago |
Erwin de Haan
|
e566d9a231
|
Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
|
6 years ago |
Erwin de Haan
|
58b582bdcb
|
Visual Studio Reformat: Emby.Server.Implementations Part I-Lib
|
6 years ago |
hawken
|
bd169e4fd4
|
remove trailing whitespace
|
6 years ago |
Luke Pulverenti
|
40442f887b
|
consolidate emby.server.core into emby.server.implementations
|
8 years ago |
Luke Pulverenti
|
3a8b567f14
|
update file responses
|
8 years ago |
Luke Pulverenti
|
819efd2a7d
|
update EpisodeResolver
|
8 years ago |
Luke Pulverenti
|
3eb4091808
|
move additional classes to new server lib
|
8 years ago |