Logo
Explore Help
Sign In
T-Gander/jellyfin-plugin-mediacleaner
1
0
Fork 0
You've already forked jellyfin-plugin-mediacleaner
Code Issues 3 Pull Requests Actions Packages Projects Releases 15 Wiki Activity
Files
11c241b14933f347a553c3de68d549fcc8be25bf
jellyfin-plugin-mediacleaner/Jellyfin.Plugin.MediaCleaner/Models/MediaInfo.cs
Thomas Gander 3f5074aa3b Reworked Models to use tmdb to enable integration with Radarr api. Also reworked test connection to use api to validate as I ran into CORS errors. I also set up an endpoint to call radarr to delete movies. Currently only got to retrieving movie info. Should be able to use the id retrieved to then delete the movie.
2026-03-07 18:02:45 -07:00

10 lines
194 B
C#
Raw Blame History

using System;
namespace Jellyfin.Plugin.MediaCleaner.Models;
public abstract class MediaInfo
{
public required string? TmdbId { get; set; }
public required string Name { get; set; }
}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 15ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API