mirror of
https://github.com/jellyfin/jellyfin-plugin-tvmaze.git
synced 2025-04-01 08:42:08 +00:00
10.9 (#50)
This commit is contained in:
parent
ba0bc5f1e0
commit
f2a416c06e
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<Nullable>enable</Nullable>
|
||||
|
@ -5,6 +5,7 @@ using System.Linq;
|
||||
using System.Net.Http;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Jellyfin.Data.Enums;
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Controller.Entities;
|
||||
using MediaBrowser.Controller.Entities.TV;
|
||||
@ -196,7 +197,7 @@ namespace Jellyfin.Plugin.TvMaze.Providers
|
||||
personInfo.SetProviderId(TvMazePlugin.ProviderId, castMember.Person.Id.ToString(CultureInfo.InvariantCulture));
|
||||
personInfo.Name = castMember.Person.Name;
|
||||
personInfo.Role = castMember.Character.Name;
|
||||
personInfo.Type = PersonType.Actor;
|
||||
personInfo.Type = PersonKind.Actor;
|
||||
personInfo.ImageUrl = castMember.Person.Image?.Original
|
||||
?? castMember.Person.Image?.Medium;
|
||||
|
||||
|
@ -2,8 +2,8 @@ name: "TVmaze"
|
||||
guid: "A4A488D0-17A3-4919-8D82-7F3DE4F6B209"
|
||||
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
|
||||
version: "11"
|
||||
targetAbi: "10.8.0.0"
|
||||
framework: "net6.0"
|
||||
targetAbi: "10.9.0.0"
|
||||
framework: "net8.0"
|
||||
owner: "jellyfin"
|
||||
overview: "Get TV metadata from TVmaze"
|
||||
description: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user