Commit Graph

266 Commits (32629cd7da0a39962009bffd9389a660c196f541)

Author SHA1 Message Date
Cody Robibero 32629cd7da Use BaseItemKind where possible
3 years ago
cvium 4f45c52674 Remove ILibraryManager as a dependency in resolvers etc.
3 years ago
Bond_009 1d19a5be61 Fix some warnings
3 years ago
Bond_009 5726535a26 Fix some warnings
3 years ago
Patrick Barron 876a902356 Fix warnings in Library
3 years ago
Bond_009 4d1d9f23d5 Use new Enum.TryParse(ReadOnlySpan<char>) overload
3 years ago
Dixin dc8420c7a2 Fix extra folder type resolving.
3 years ago
Bond_009 637e86478f Fix some warnings
3 years ago
Cody Robibero ec13412155 Merge remote-tracking branch 'upstream/master' into warn-259810
3 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings
3 years ago
Bond_009 645825db36 Enable nullable for more files
3 years ago
Bond_009 915141f196 Fix some warnings
3 years ago
Bond_009 6f8ccab788 Move non-jellyfin extensions to separate project
3 years ago
Bond-009 cfad97ff28
Merge pull request #6096 from cvium/saving_private_ram
3 years ago
Cody Robibero d461e3912a
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
3 years ago
cvium 42a2cc1747 Remove some unnecessary allocations
3 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations
3 years ago
BaronGreenback 2e98de9062
Code Clean up: Convert to null-coalescing operator ?? (#5845)
3 years ago
Bill Thornton cd543f7e50
Merge pull request #5738 from cvium/resolve-from-path
3 years ago
Bond_009 c608d5104d Fix scanning
3 years ago
Bond-009 360d80c873
Merge pull request #5890 from Bond-009/filesystem
3 years ago
Bond-009 7195d3e42f
Merge pull request #5893 from Bond-009/db
3 years ago
cvium 77261a8445 add UpdatePeopleAsync and add people to both tables
3 years ago
Bond_009 a02e37daa0 SqliteItemRepository: remove redundant operations
3 years ago
Bond_009 b323044139 Reduce string allocations/fs lookups in resolve code
3 years ago
Bond_009 8045a488ce Fix possible ArgumentNullException
3 years ago
cvium f2cba352e5 catch ioexception and include stack trace
3 years ago
cvium 5c4be2416d Remove unused import
3 years ago
cvium 53db1a1ffc ...
3 years ago
cvium 457229c56d Simplification
3 years ago
cvium 69d2368fbc Copy paste error
3 years ago
cvium e7fc18d0f3 Fix type check
3 years ago
cvium 08ccf2a49c Resolve name from episode folder
3 years ago
Claus Vium a21b2714e7
fetching images should not kill the scanner
3 years ago
Bond-009 066c19a26b
Fix possible null ref exception
3 years ago
Claus Vium 90cdd1345d
Merge pull request #5407 from Bond-009/hack
3 years ago
Bond_009 54f81c4da4 Call ToLower on CollectionTypeOptions.ToString
3 years ago
cvium 946411be8e Remove redundant check
3 years ago
cvium 67af30d1ff Remove redundant checks
3 years ago
cvium 37e374d33d make sure network path substitution matches correctly
3 years ago
Bond_009 81f527f808 CollectionType can be null
3 years ago
Bond_009 1c74e2f40e Fix build
3 years ago
Bond_009 914e891689 Fix unchecked input
3 years ago
cvium 3f6e6c4839 Simplify
4 years ago
cvium 3c5bbeb80c Remove ImageFetcherPostScanTask
4 years ago
crobibero b5a7a74e89 Use GetParentItem where applicable
4 years ago
crobibero c083b29e29 Use Guid as API parameter type where possible
4 years ago
Joshua M. Boniface bf54b5579c
Merge branch 'master' into defer_image_fetching
4 years ago
Joshua M. Boniface 7457c4a95d
Merge pull request #4499 from crobibero/more-param
4 years ago
crobibero 3cc0dd7e12 Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
4 years ago