mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7134] [MERGED] Implement Trakt Episode Links #11280
Reference in New Issue
Block a user
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/7134
Author: @adavier
Created: 1/7/2022
Status: ✅ Merged
Merged: 1/12/2022
Merged by: @crobibero
Base:
master← Head:trakt-episode-links📝 Commits (1)
9574d13Implement trakt episode links using the implementation from Series.cs📊 Changes
1 file changed (+18 additions, -0 deletions)
View changed files
📝
MediaBrowser.Controller/Entities/TV/Episode.cs(+18 -0)📄 Description
Implement trakt episode links using the implementation from Series.cs.
The code is the same as
MediaBrowser.Controller/Entities/TV/Series.cs, using the imdbID to generate Trakt links.The trakt url for episodes is
https://trakt.tv/episodes/{0}.Changes
Introduce Trakt links on episode pages.
Issues
#7133
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.