BaronGreenback
620648fe81
Fixed for no data.
4 years ago
BaronGreenback
16d092a8a7
Fixed encoding issue
4 years ago
BaronGreenback
bced1eab54
Assert.True
4 years ago
Alexander Brissman
549160b9b9
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
4 years ago
BaronGreenback
4bc8a1e77b
updated
4 years ago
BaronGreenback
9a730241b1
Changed to address.
4 years ago
Deniz
eb82879a4f
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
4 years ago
趙映翔
f7aae0e876
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
4 years ago
Oriol Serra
580b90aa4c
Translated using Weblate (Catalan)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
4 years ago
BaronGreenback
d66bc3fb3e
Fixed indentation
4 years ago
BaronGreenback
dfd7ff5732
Update MediaBrowser.Common/Net/INetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
94cc5b9d8b
Update MediaBrowser.Common/Net/INetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
08e83cfa54
Remove additional debug logging.
4 years ago
Bond_009
eeff9f52c6
Fix Omdb caching
4 years ago
Bond-009
bffebce909
Merge pull request #5004 from jellyfin/camera-upload
...
remove unused notification type
4 years ago
Bond_009
1752423e52
Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate
...
> The OpenWrite method opens a file if one already exists for the file path,
or creates a new file if one does not exist. For an existing file,
it does not append the new text to the existing text. Instead,
it overwrites the existing characters with the new characters.
If you overwrite a longer string
(such as "This is a test of the OpenWrite method") with a shorter string
(such as "Second run"), the file will contain a mix of the strings
("Second runtest of the OpenWrite method").
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.io.file.openwrite?view=net-5.0#remarks
4 years ago
BaronGreenback
2979c8dd37
Fixed test on Mac
4 years ago
BaronGreenback
35a30c9d09
Impliments KnownNetworks and KnownProxies
4 years ago
dkanada
cac33ef105
remove unused notification type
4 years ago
Bond-009
aaf889f683
Merge pull request #5002 from jellyfin/dependabot/nuget/coverlet.collector-3.0.0
...
Bump coverlet.collector from 1.3.0 to 3.0.0
4 years ago
dependabot[bot]
b00f3334f2
Bump coverlet.collector from 1.3.0 to 3.0.0
...
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet ) from 1.3.0 to 3.0.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases )
- [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Claus Vium
5c00b4175a
Merge pull request #4997 from crobibero/subtitle-upload-auth
...
Require elevated auth to upload subtitles
4 years ago
crobibero
5f998bdd1f
Require elevated auth to upload subtitles
4 years ago
Claus Vium
9970b87439
Merge pull request #4994 from Bond-009/artistnfo
...
Add tests for artist nfo
4 years ago
Bond_009
4c3fa21e97
Add tests for artist nfo
4 years ago
Claus Vium
75a25de991
Merge pull request #4992 from Bond-009/seriesnfo
...
Add tests for series nfo
4 years ago
Bond_009
585821954d
Add tests for series nfo
4 years ago
Bond-009
8d4312d739
Merge pull request #4989 from Bond-009/nfotests
4 years ago
Bond-009
0bb0dd646f
Merge pull request #4980 from Ullmie02/chinese
...
Add additional chinese languages
4 years ago
Bond-009
2e33e14bb2
Merge pull request #4899 from jellyfin/nullableguid
...
Cover all branches in JsonNullableGuidConverter
4 years ago
Bond-009
2c74262f7c
Merge pull request #4945 from obradovichv/fix-string-culture-specificity
4 years ago
Bond_009
be511ca162
Fix release build ... again
4 years ago
Bond_009
3a9ce6d366
Fix release build
4 years ago
Bond_009
d07eef4f25
Add tests for NFO parsers
4 years ago
Bond-009
a8230c07ea
Merge pull request #4961 from crobibero/person-blurhash-null-ref
...
Fix potential null reference
4 years ago
Bond-009
45c6d79dc9
Merge pull request #4877 from jellyfin/ass
4 years ago
Bond-009
efa2dc6829
Merge pull request #4878 from jellyfin/srt
...
Add tests for srt parser
4 years ago
Bond-009
a554423163
Merge pull request #4976 from BaronGreenback/dlnaPortFix
...
Fixed DLNA Server on RC2
4 years ago
Bond-009
4549c96f6d
Merge pull request #4906 from Spacetech/library_scan_ignore_inaccessible
...
Ignore inaccessible files & folders during library scans
4 years ago
Christian
cb6ae4a188
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
4 years ago
David Ullmer
87c2802984
Add additional chinese languages
4 years ago
BaronGreenback
192efff791
Update DlnaEntryPoint.cs
4 years ago
minystory
7acee4070e
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
4 years ago
Oatavandi
0ac993e1b3
Translated using Weblate (Malayalam)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/
4 years ago
Bond-009
07650d91da
Merge pull request #4962 from thornbill/fix-playstate-name
...
Fix capitalization of Playstate message
4 years ago
Bond-009
7758c61ea8
Merge pull request #4968 from ianjazz246/fix-music-album-display
...
Fix library with music directly under artist folder
4 years ago
BaronGreenback
a664aac881
optimization
4 years ago
BaronGreenback
90d72d6628
Update NetworkManager.cs
...
Changed split character
4 years ago
BaronGreenback
8044f1f72f
Update NetworkParseTests.cs
4 years ago
Bond-009
6f0a6fdd5d
Merge pull request #4943 from crobibero/omdb-fix
4 years ago