Bond_009
|
adad13b865
|
Remove some dead code
|
3 years ago |
Niels van Velzen
|
2afcaa6ae1
|
Use Guid for BaseItemDto parent ids
|
3 years ago |
Niels van Velzen
|
e86f778c05
|
Use Guid for BaseItemPerson.Id
|
3 years ago |
Dmitry Lyzo
|
54549cd5b5
|
Remove unnecessary array allocation
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
3 years ago |
Dmitry Lyzo
|
5aa748058e
|
Fix duplication of local trailers
|
3 years ago |
Bond_009
|
ea8f40e84a
|
More cleanup
|
3 years ago |
Cody Robibero
|
8c7dd0a691
|
Merge pull request #6819 from cvium/why_should_we_use_the_imageinfo_when_we_can_guess
|
3 years ago |
cvium
|
b880dc8a4a
|
Use our own Contains extension
|
3 years ago |
Cody Robibero
|
32629cd7da
|
Use BaseItemKind where possible
|
3 years ago |
cvium
|
e3f0a53f59
|
Small optimization to child count field
|
3 years ago |
cvium
|
5d19c26d59
|
Simplify
|
3 years ago |
cvium
|
0415d1ccef
|
Reduce indentation
|
3 years ago |
cvium
|
d10de5b7f9
|
Try to use Width and Height from ImageInfo to determine aspect ratio
|
3 years ago |
Bond_009
|
1d19a5be61
|
Fix some warnings
down to 580
|
3 years ago |
Bond_009
|
5726535a26
|
Fix some warnings
609 left
|
3 years ago |
Joe Rogers
|
b4bf5af7c8
|
Remove ImageType.Screenshot and ItemFields.Screenshot
|
3 years ago |
Bond_009
|
d05062fec0
|
Use new Random.Shared instead of creating new instances
|
3 years ago |
Bond_009
|
637e86478f
|
Fix some warnings
|
3 years ago |
Cody Robibero
|
cba07b1ca6
|
Remove more and more warnings
|
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 |
crobibero
|
223b42aed3
|
Create BaseItemKind enum
|
4 years ago |
crobibero
|
4e2d029b3d
|
Add null check for ImageTags
|
4 years ago |
crobibero
|
13f347a813
|
Fix potential null reference
|
4 years ago |
crobibero
|
d077c425d3
|
Add only correct person blurhash
|
4 years ago |
cvium
|
a0fbf0f539
|
Only apply series image aspect ratio if episode/season has no primary image
|
4 years ago |
Bond_009
|
bc7359f87d
|
Use string.Split(char) where possible instead of string.Split(char[])
|
4 years ago |
Bond_009
|
49569ca0a0
|
Use nameof where possible
|
4 years ago |
Bond-009
|
7775066475
|
Merge pull request #4236 from ConfusedPolarBear/warnings1
Fix some warnings
|
4 years ago |
Matt Montgomery
|
53d5f64e03
|
Fix SA1513, SA1514, SA1507, and SA1508
|
4 years ago |
dkanada
|
63b49ff4d8
|
Merge pull request #4204 from cvium/add_aspect_ratio_seriesprimary
Add series image aspect ratio when ep/season is missing an image
|
4 years ago |
cvium
|
ec5b738079
|
Fix aspect ratio calculation returning 0 or 1 when item has no default AR
|
4 years ago |
cvium
|
9cdef5b57c
|
Add series image aspect ratio when ep/season is missing an image
|
4 years ago |
Bond_009
|
e653eef44f
|
Fix some warnings
|
4 years ago |
Patrick Barron
|
2be1865b42
|
Remove unused methods in IDtoService
|
4 years ago |
crobibero
|
0651d7512b
|
Enable BlurHash for People
|
4 years ago |
Bond-009
|
9af6eda0b4
|
Merge pull request #3343 from telans/comment-stops
Add full stop at end of comments (SA1629)
|
4 years ago |
telans
|
247f9c61e6
|
fix SA1513/SA1516
|
4 years ago |
telans
|
9018f8d8be
|
Add full stop at end of comments (SA1629)
|
4 years ago |
telans
|
3d9049ef08
|
fix SA1508
|
4 years ago |
telans
|
acd4389653
|
fix SA1005
|
4 years ago |
telans
|
726e116d5b
|
fix SA1510
|
4 years ago |
Patrick Barron
|
42b4f0aa2e
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
|
4 years ago |
crobibero
|
44957c5a9a
|
Use typed logger where possible
|
4 years ago |
Patrick Barron
|
06f9cde22f
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs
# Emby.Server.Implementations/Library/UserManager.cs
# Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs
# Emby.Server.Implementations/Sorting/IsPlayedComparer.cs
# Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs
# Emby.Server.Implementations/TV/TVSeriesManager.cs
# Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
|
4 years ago |
Vasily
|
2482bcb3b1
|
Add blurhashes to ImageBlurHashes for all images
|
5 years ago |
Vasily
|
0f32b0ffad
|
Change image blurhash mapping to "image type to blurhash"
|
5 years ago |
Vasily
|
1f83a21288
|
Rename Hash to BlurHash in all properties and methods for clarity
|
5 years ago |
Patrick Barron
|
c464f700db
|
Remove redundant qualifiers
|
5 years ago |
Vasily
|
186b7f303c
|
More small optimizations
|
5 years ago |