mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Standardize multiline raw strings indent
This commit is contained in:
parent
6fbd00a38f
commit
d1febd13fd
@ -56,7 +56,7 @@ namespace Kyoo.Core.Controllers
|
||||
group by c.id
|
||||
having count(*) > 1
|
||||
) as c on false
|
||||
""";
|
||||
""";
|
||||
|
||||
protected override Dictionary<string, Type> Config => new()
|
||||
{
|
||||
@ -107,7 +107,7 @@ namespace Kyoo.Core.Controllers
|
||||
movies
|
||||
inner join link_collection_movie as lm on lm.movie_id = id and lm.collection_id = {collectionId}
|
||||
) as m on false
|
||||
""";
|
||||
""";
|
||||
|
||||
return await Database.Query<ILibraryItem>(
|
||||
sql,
|
||||
|
@ -43,7 +43,7 @@ namespace Kyoo.Core.Controllers
|
||||
from
|
||||
movies
|
||||
) as m on false
|
||||
""";
|
||||
""";
|
||||
|
||||
protected override Dictionary<string, Type> Config => new()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user