1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: Allow user to define additional rejected extensions

Closes #7721
This commit is contained in:
Stevie Robinson
2025-07-08 02:32:34 +02:00
committed by GitHub
parent 034f731308
commit f26344ae75
12 changed files with 94 additions and 3 deletions
@@ -3,7 +3,7 @@ using System.Collections.Generic;
namespace NzbDrone.Core.MediaFiles
{
internal static class FileExtensions
public static class FileExtensions
{
private static List<string> _archiveExtensions = new List<string>
{