mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-02 20:46:34 +00:00
Fixed compile error
This commit is contained in:
parent
ec949be789
commit
d2f32a0b54
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@
|
|||
<Compile Include="Datastore\MigrationLogger.cs" />
|
||||
<Compile Include="Datastore\MigrationsHelper.cs" />
|
||||
<Compile Include="Datastore\CustomeMapper.cs" />
|
||||
<Compile Include="Datastore\Migrations\Migration.cs" />
|
||||
<Compile Include="Datastore\Migrations\Migration20110619.cs" />
|
||||
<Compile Include="Datastore\Migrations\Migration20110616.cs" />
|
||||
<Compile Include="Datastore\SqliteProvider.cs" />
|
||||
<Compile Include="Fluent.cs" />
|
||||
<Compile Include="Helpers\EpisodeRenameHelper.cs" />
|
||||
|
|
Loading…
Reference in a new issue