Bond_009
|
b366dc2e6e
Use ArgumentException.ThrowIfNullOrEmpty
|
пре 2 година |
Bond_009
|
52194f56b5
Replace != null with is not null
|
пре 2 година |
Bond_009
|
c7d50d640e
Replace == null with is null
|
пре 2 година |
Bond_009
|
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
|
пре 2 година |
Cody Robibero
|
efcdab116f
Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix
|
пре 3 година |
jakobkukla
|
75475285da
Fix supportsTranscoding not reflecting user permissions sometimes
|
пре 3 година |
Bond_009
|
f50a250cd9
Optimize Guid comparisons
|
пре 3 година |
Bond_009
|
1c14c86b20
Fix some warnings
|
пре 3 година |
Cody Robibero
|
7bfc6b5679
Remove more warnings
|
пре 3 година |
Bond_009
|
4dfb7b18ae
Add some docs and tests
|
пре 3 година |
Patrick Barron
|
876a902356
Fix warnings in Library
|
пре 3 година |
cvium
|
ff328fefc5
Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueId
|
пре 3 година |
cvium
|
026a7af0e8
Don't throw when livestream file isn't found
|
пре 3 година |
cvium
|
1603d1928e
Kill ProgressiveFileCopier and seek to end for ongoing livetv
|
пре 3 година |
Bond-009
|
71ab4a5754
Fix it for real(tm) this time
|
пре 3 година |
Bond-009
|
8dc0911374
Fix log message
|
пре 3 година |
Bond_009
|
e3dac4fda2
Use async FileStreams where it makes sense
|
пре 4 година |
Bond_009
|
6f8ccab788
Move non-jellyfin extensions to separate project
|
пре 4 година |
cvium
|
42a2cc1747
Remove some unnecessary allocations
|
пре 4 година |
Bond_009
|
7e8428e588
Enable nullable reference types for Emby.Server.Implementations
|
пре 4 година |
cvium
|
608cba817c
Reduce some allocations with the magic of spans etc.
|
пре 4 година |
cvium
|
8933389753
Respect user settings for transcode and remux
|
пре 4 година |
Bond_009
|
a8ed753f6c
FxCop -> Net Analyzers (part 2)
|
пре 4 година |
Bond_009
|
a9b497720d
Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip
|
пре 4 година |
David
|
043d045448
Put json serializer options in private field
|
пре 4 година |
David
|
2a574914ea
Use streams instead of strings
|
пре 4 година |
David
|
196388d607
Remove custom Json serializer from Emby.Server.Implementations
|
пре 4 година |
Bond_009
|
bc7359f87d
Use string.Split(char) where possible instead of string.Split(char[])
|
пре 4 година |
Ryan Petris
|
4db5700e18
Don't take a lock if there's no intention to manipulate the list of open streams. Instead, use a ConcurrentDictionary so that, in those situations, thread-safe access to the dictionary is ensured.
|
пре 4 година |
Bond_009
|
01e781035f
Fix warnings
|
пре 4 година |