diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a9e71f4..aabb8abc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,15 +31,15 @@ jobs: workflow: build.yml path: ./artifacts github_token: ${{secrets.GITHUB_TOKEN}} - - name: Public the abstractions to nuget - id: publish_nuget - uses: rohith/publish-nuget@v2 - with: - PROJECT_FILE_PATH: Kyoo.Abstractions/Kyoo.Abstractions.csproj - PACKAGE_NAME: Kyoo.Abstractions - VERSION_REGEX: ^\s*(.*)<\/PackageVersion>\s*$ - NUGET_KEY: ${{secrets.NUGET_API_KEY}} - INCLUDE_SYMBOLS: true + # - name: Public the abstractions to nuget + # id: publish_nuget + # uses: rohith/publish-nuget@v2 + # with: + # PROJECT_FILE_PATH: Kyoo.Abstractions/Kyoo.Abstractions.csproj + # PACKAGE_NAME: Kyoo.Abstractions + # VERSION_REGEX: ^\s*(.*)<\/PackageVersion>\s*$ + # NUGET_KEY: ${{secrets.NUGET_API_KEY}} + # INCLUDE_SYMBOLS: true - name: Create Release uses: ncipollo/release-action@v1 with: diff --git a/src/Kyoo.Core/Views/Resources/ShowApi.cs b/src/Kyoo.Core/Views/Resources/ShowApi.cs index 46712294..ccbf00e5 100644 --- a/src/Kyoo.Core/Views/Resources/ShowApi.cs +++ b/src/Kyoo.Core/Views/Resources/ShowApi.cs @@ -223,19 +223,19 @@ namespace Kyoo.Core.Api } /// - /// Get genres of this show - /// - /// - /// List the genres that represent this show. - /// - /// The ID or slug of the . - /// A key to sort genres by. - /// An optional list of filters. - /// The number of genres to return. - /// An optional genre's ID to start the query from this specific item. - /// A page of genres. - /// The filters or the sort parameters are invalid. - /// No show with the given ID or slug could be found. + /// Get genres of this show + /// + /// + /// List the genres that represent this show. + /// + /// The ID or slug of the . + /// A key to sort genres by. + /// An optional list of filters. + /// The number of genres to return. + /// An optional genre's ID to start the query from this specific item. + /// A page of genres. + /// The filters or the sort parameters are invalid. + /// No show with the given ID or slug could be found. [HttpGet("{identifier:id}/genres")] [HttpGet("{identifier:id}/genre", Order = AlternativeRoute)] [PartialPermission(Kind.Read)]