Commit Graph

254 Commits (6f8ccab788e85e025eaa44b67a1487bf419afb53)

Author SHA1 Message Date
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
BaronGreenback 2bbfcc264d
Merge branch 'master' into emby-namig-nullable
4 years ago
crobibero e66d79fc0c Merge remote-tracking branch 'upstream/master' into http-exception
4 years ago
crobibero 95a2de757f remove custom HttpException
4 years ago
Bond_009 ff49a3bb61
Missed some stuff
4 years ago
Stepan c0747512d6 Merge remote-tracking branch 'jellyfin/master' into emby-namig-nullable
4 years ago
cvium 584b4fa41f Fix Persons, Genres and Studios endpoints
4 years ago
Stepan 60b49e67ea Re-Sharper inspection issues
4 years ago
Stepan 59619b6ea7 Enable nullable in Emby.Naming
4 years ago
cvium 763862cbd8 Defer image pre-fetching until the end of a refresh/scan
4 years ago
Bond_009 edbd4e0db6 Remove extra return statement
4 years ago
Bond_009 441301069e Fix
4 years ago
Bond_009 48e1cf9fd7 Minor performance improvements to item saving
4 years ago