mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-02 05:04:31 -04:00
removed dbg code
This commit is contained in:
parent
f81d124019
commit
75d40e69b5
@ -1218,8 +1218,6 @@ public sealed class BaseItemRepository(
|
|||||||
|
|
||||||
/// <inheritdoc cref="IItemRepository" />
|
/// <inheritdoc cref="IItemRepository" />
|
||||||
public void SaveImages(BaseItemDto item)
|
public void SaveImages(BaseItemDto item)
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
{
|
||||||
ArgumentNullException.ThrowIfNull(item);
|
ArgumentNullException.ThrowIfNull(item);
|
||||||
|
|
||||||
@ -1231,12 +1229,6 @@ public sealed class BaseItemRepository(
|
|||||||
context.SaveChanges();
|
context.SaveChanges();
|
||||||
transaction.Commit();
|
transaction.Commit();
|
||||||
}
|
}
|
||||||
catch (System.Exception ex)
|
|
||||||
{
|
|
||||||
System.Console.WriteLine(ex);
|
|
||||||
throw;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <inheritdoc cref="IItemRepository" />
|
/// <inheritdoc cref="IItemRepository" />
|
||||||
public void SaveItems(IReadOnlyList<BaseItemDto> items, CancellationToken cancellationToken)
|
public void SaveItems(IReadOnlyList<BaseItemDto> items, CancellationToken cancellationToken)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user