fix missing season metadata (#241)

This commit is contained in:
Jason Dove
2021-06-04 10:37:56 -05:00
committed by GitHub
parent 3e3bbcf38e
commit 49109ac121
6 changed files with 59 additions and 14 deletions
@@ -95,7 +95,5 @@ namespace ErsatzTV.Core.Tests.Fakes
public Task<bool> AddDirector(EpisodeMetadata metadata, Director director) => throw new NotSupportedException();
public Task<bool> AddWriter(EpisodeMetadata metadata, Writer writer) => throw new NotSupportedException();
public Task<Unit> AddMetadata(Episode episode, EpisodeMetadata metadata) => throw new NotSupportedException();
}
}