mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
update transaction modes
This commit is contained in:
@@ -249,7 +249,7 @@ namespace Emby.Server.Implementations.Notifications
|
||||
|
||||
statement.MoveNext();
|
||||
}
|
||||
});
|
||||
}, TransactionMode);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -304,7 +304,7 @@ namespace Emby.Server.Implementations.Notifications
|
||||
|
||||
statement.MoveNext();
|
||||
}
|
||||
});
|
||||
}, TransactionMode);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -334,7 +334,7 @@ namespace Emby.Server.Implementations.Notifications
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
}, TransactionMode);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user