mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix guid type issue on front
This commit is contained in:
parent
b2e0363594
commit
b7f5ede7cd
@ -287,7 +287,7 @@ namespace Kyoo.Tests.Database
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public override async Task CreateTest()
|
||||
public async Task CreateTest()
|
||||
{
|
||||
await Assert.ThrowsAsync<DuplicatedItemException>(() => _repository.Create(TestSample.Get<Episode>()));
|
||||
await _repository.Delete(TestSample.Get<Episode>());
|
||||
|
@ -144,7 +144,7 @@ export const EpisodeLine = ({
|
||||
seasonNumber: number | null;
|
||||
releaseDate: Date | null;
|
||||
runtime: number | null;
|
||||
id: number;
|
||||
id: string;
|
||||
}> &
|
||||
Stylable) => {
|
||||
const { css } = useYoshiki();
|
||||
|
Loading…
x
Reference in New Issue
Block a user