mirror of
https://github.com/jellyfin/jellyfin-plugin-anidb.git
synced 2024-11-23 05:49:41 +00:00
Change NC-17 to XXX
This commit is contained in:
parent
5bfcceef62
commit
2de6dd1b1b
@ -374,7 +374,7 @@ namespace Jellyfin.Plugin.AniDB.Providers.AniDB.Metadata
|
||||
var name = await tagSubtree.ReadElementContentAsStringAsync().ConfigureAwait(false);
|
||||
if (name == "18 restricted")
|
||||
{
|
||||
series.OfficialRating = "NC-17";
|
||||
series.OfficialRating = "XXX";
|
||||
}
|
||||
if (weight >= 400)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user