mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
remove duplicate query
This commit is contained in:
parent
f3554ece19
commit
723f4de97d
@ -2070,8 +2070,6 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
|||||||
|
|
||||||
_updateInheritedRatingCommand.Transaction = transaction;
|
_updateInheritedRatingCommand.Transaction = transaction;
|
||||||
_updateInheritedRatingCommand.ExecuteNonQuery();
|
_updateInheritedRatingCommand.ExecuteNonQuery();
|
||||||
|
|
||||||
_updateInheritedRatingCommand.ExecuteNonQuery();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
transaction.Commit();
|
transaction.Commit();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user