mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added tests for rename episodes
This commit is contained in:
parent
637b101975
commit
b6b3d26868
3 changed files with 147 additions and 6 deletions
|
@ -10,12 +10,7 @@ using NzbDrone.Core.Tv;
|
|||
|
||||
namespace NzbDrone.Core.MediaFiles
|
||||
{
|
||||
public interface IRenameEpisodeFiles
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class RenameEpisodeFileService : IRenameEpisodeFiles, IExecute<RenameSeasonCommand>, IExecute<RenameSeriesCommand>
|
||||
public class RenameEpisodeFileService : IExecute<RenameSeasonCommand>, IExecute<RenameSeriesCommand>
|
||||
{
|
||||
private readonly ISeriesService _seriesService;
|
||||
private readonly IMediaFileService _mediaFileService;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue