[PR #394] [MERGED] Remove premiere nag at bottom of xmltv page #8300

Closed
opened 2026-02-07 05:41:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/394
Author: @bfayers
Created: 1/4/2019
Status: Merged
Merged: 1/4/2019
Merged by: @andrewrabert

Base: devHead: remove-premiere-block-xmltvpage


📝 Commits (6)

  • 5160a1a remove premiere message from xmltv page
  • b100045 remove corresponding javascripts
  • f57dfb9 remove XmlTvPremiere from all strings files
  • b683c17 Revert "remove XmlTvPremiere from all strings files"
  • 6fbf6de remove XmlTvPremiere from strings; properly
  • fff1f2d deuglified as per cviums request

📊 Changes

48 files changed (+188 additions, -150 deletions)

View changed files

📝 MediaBrowser.WebDashboard/dashboard-ui/components/tvproviders/xmltv.js (+188 -100)
📝 MediaBrowser.WebDashboard/dashboard-ui/components/tvproviders/xmltv.template.html (+0 -4)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/ar.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/be-BY.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/bg-BG.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/ca.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/cs.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/da.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/de.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/el.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/en-GB.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/en-US.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/es-AR.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/es-MX.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/es.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/fa.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/fi.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/fr-CA.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/fr.json (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/strings/gsw.json (+0 -1)

...and 28 more files

📄 Description

On the page for adding xmltv there is the following nag:

image

this PR removes it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/394 **Author:** [@bfayers](https://github.com/bfayers) **Created:** 1/4/2019 **Status:** ✅ Merged **Merged:** 1/4/2019 **Merged by:** [@andrewrabert](https://github.com/andrewrabert) **Base:** `dev` ← **Head:** `remove-premiere-block-xmltvpage` --- ### 📝 Commits (6) - [`5160a1a`](https://github.com/jellyfin/jellyfin/commit/5160a1abe026eedf3943cf6aba86220b1eb4a114) remove premiere message from xmltv page - [`b100045`](https://github.com/jellyfin/jellyfin/commit/b100045da0d9f7f5662b35c0e2b0e3a9f2caec99) remove corresponding javascripts - [`f57dfb9`](https://github.com/jellyfin/jellyfin/commit/f57dfb91456e3882c21f092de1d5c0d9e96e7a6b) remove XmlTvPremiere from all strings files - [`b683c17`](https://github.com/jellyfin/jellyfin/commit/b683c17f8e26b57434a96dcaef97e72e3c57aed1) Revert "remove XmlTvPremiere from all strings files" - [`6fbf6de`](https://github.com/jellyfin/jellyfin/commit/6fbf6deaf4b5f87bd617b95af3f20614ac54d415) remove XmlTvPremiere from strings; properly - [`fff1f2d`](https://github.com/jellyfin/jellyfin/commit/fff1f2dac5ef273a8e36c05caaf4de3794bd1a4a) deuglified as per cviums request ### 📊 Changes **48 files changed** (+188 additions, -150 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.WebDashboard/dashboard-ui/components/tvproviders/xmltv.js` (+188 -100) 📝 `MediaBrowser.WebDashboard/dashboard-ui/components/tvproviders/xmltv.template.html` (+0 -4) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/ar.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/be-BY.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/bg-BG.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/ca.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/cs.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/da.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/de.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/el.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/en-GB.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/en-US.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/es-AR.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/es-MX.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/es.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/fa.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/fi.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/fr-CA.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/fr.json` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/strings/gsw.json` (+0 -1) _...and 28 more files_ </details> ### 📄 Description On the page for adding xmltv there is the following nag: ![image](https://user-images.githubusercontent.com/7032777/50663248-eacd0700-0fa0-11e9-929b-73c2c8262484.png) this PR removes it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:41:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8300