mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #592] [MERGED] Master 10.0.2 #8219
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#8219
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/592
Author: @joshuaboniface
Created: 1/16/2019
Status: ✅ Merged
Merged: 1/16/2019
Merged by: @andrewrabert
Base:
master← Head:master-10.0.2📝 Commits (10+)
a72ed1cUpdate TheMovieDB API key to our ownb437503Update TheAudioDB API key to our ownae03c16Update FanArt API key to our own16fea1bUpdate TheTVDB API key to our ownbbed358Update OpenSubtitles User Agent to our own46ee0deUpdate Omdb API key to our own1aaddddUpdate Fanart commented-out API key to our ownfdcf0b5Change ItemId to Guid like all the others6c9da58Don't print stacktrace when failing to bind to 19007232446Add exception message to log.📊 Changes
16 files changed (+29 additions, -17 deletions)
View changed files
📝
MediaBrowser.Controller/Library/TVUtils.cs(+1 -1)📝
MediaBrowser.Controller/Providers/RemoteSearchQuery.cs(+3 -1)📝
MediaBrowser.MediaEncoding/Subtitles/OpenSubtitleDownloader.cs(+1 -1)📝
MediaBrowser.Providers/Manager/ProviderManager.cs(+1 -1)📝
MediaBrowser.Providers/Movies/FanartMovieImageProvider.cs(+0 -1)📝
MediaBrowser.Providers/Movies/MovieDbProvider.cs(+1 -1)📝
MediaBrowser.Providers/Movies/MovieDbSearch.cs(+1 -1)📝
MediaBrowser.Providers/Music/AudioDbArtistProvider.cs(+1 -1)📝
MediaBrowser.Providers/Music/FanArtArtistProvider.cs(+1 -1)📝
MediaBrowser.Providers/Omdb/OmdbImageProvider.cs(+1 -1)📝
MediaBrowser.Providers/Omdb/OmdbProvider.cs(+1 -1)📝
MediaBrowser.Providers/TV/FanArt/FanartSeriesProvider.cs(+0 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/chromecast/chromecastplayer.js(+2 -2)📝
RSSDP/SsdpCommunicationsServer.cs(+6 -2)📝
SharedVersion.cs(+1 -1)📝
debian/changelog(+8 -0)📄 Description
Hotfix release correcting regressions and obvious bugs from
10.0.1.Release tagged
10.0.2. Debian build10.0.2-1.This one is odd, because we want to get these hotfixes in quickly, but without the other substantial changes from dev, including the
jellyfin-websplit, which will be moved into master in10.1.0in at least a week. As a result it contains 3 direct commits:6a9f2114b2updates the Chromecast ID inside the unsplit web components; reimplementation of jellyfin/jellyfin-web#23.db783036c7bumps SharedVersion.cs to10.0.2.8be21ae8faupdates the Debian changelog to10.0.2.These changes can be merged back into dev with a fairly straightforward merge commit to correct the conflicts.
Changelog
jellyfin/jellyfin-web#23: Update Chromecast app ID [via direct commit] - Fixes #526, Fixes #402, Fixes #303
#540: Update Emby API keys to our own - Fixes #36
#541: Change ItemId to Guid in ProviderManager - Fixes #542
#566: Avoid printing stacktrace when bind to port 1900 fails - Fixes #417
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.