diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index dd7891bccc2f7bf611de0aca9a449be2ade21b59..23cc959e190b2eab59998b16d85f95fb56476220 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -19,7 +19,7 @@ Thank you for your interest in contributing! This document outlines how you can ### License -The official plugins for this project are licensed under GPLv3. Any contributions you make will also fall under the GPLv3 license. +The official plugins for this project are licensed under AGPL. Any contributions you make will also fall under the AGPL license. ### How to Contribute diff --git a/docs/Content Types.md b/docs/Content Types.md index 481d7f31063e09bc71817fedd2d74fdbc97211d4..660e9855f6435c7662756cd86619d318360fa471 100644 --- a/docs/Content Types.md +++ b/docs/Content Types.md @@ -52,7 +52,7 @@ new PlatformVideo({ new Thumbnail("https://.../...", 720), new Thumbnail("https://.../...", 1080), ]), - author: new AuthorLink( + author: new PlatformAuthorLink( new PlatformID("SomePlatformName", "SomeAuthorID", config.id), "SomeAuthorName", "https://platform.com/your/channel/url", @@ -97,7 +97,7 @@ A nested item consists of an detail url and optional metadata such as name, desc new PlatformNestedMediaContent({ id: new PlatformID("SomePlatformName", "SomeId", config.id), name: "Name of content link", - author: new AuthorLink( + author: new PlatformAuthorLink( new PlatformID("SomePlatformName", "SomeAuthorID", config.id), "SomeAuthorName", "https://platform.com/your/channel/url", @@ -134,7 +134,7 @@ new PlatformVideoDetails({ new Thumbnail("https://.../...", 720), new Thumbnail("https://.../...", 1080), ]), - author: new AuthorLink( + author: new PlatformAuthorLink( new PlatformID("SomePlatformName", "SomeAuthorID", config.id), "SomeAuthorName", "https://platform.com/your/channel/url",