mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Disable CA1801
This commit is contained in:
parent
fcbae95d19
commit
a47ff4043f
@ -1,4 +1,5 @@
|
|||||||
#nullable enable
|
#nullable enable
|
||||||
|
#pragma warning disable CA1801
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
@ -253,6 +254,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||||
public async Task<ActionResult> GetSubtitlePlaylist(
|
public async Task<ActionResult> GetSubtitlePlaylist(
|
||||||
[FromRoute] Guid id,
|
[FromRoute] Guid id,
|
||||||
|
// TODO: 'int index' is never used: CA1801 is disabled
|
||||||
[FromRoute] int index,
|
[FromRoute] int index,
|
||||||
[FromRoute] string mediaSourceId,
|
[FromRoute] string mediaSourceId,
|
||||||
[FromQuery, Required] int segmentLength)
|
[FromQuery, Required] int segmentLength)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user