diff options
| author | Oggeb1 <51484222+Oggeb1@users.noreply.github.com> | 2026-08-29 14:02:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-29 14:02:22 +0200 |
| commit | 4207e89a7dcad107a211d49ed2c467ed15ed7e26 (patch) | |
| tree | b901afe7ddcc5fd20e00be41d3e2f55464ce9a2f /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 163895b99f780df1ce8f50f3d0e17f4a2880e251 (diff) | |
| parent | fbb0f1afbcd52a15d6e56742bba0f338a5ced88f (diff) | |
Merge branch 'jellyfin:master' into BDMV-pgs
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index ca686fbd9d..2a6ea214b8 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -606,6 +606,12 @@ namespace MediaBrowser.Controller.Library IReadOnlyList<string> GetPeopleNames(InternalPeopleQuery query); /// <summary> + /// Deletes every credit that no item maps to any more. + /// </summary> + /// <returns>The number of credits that were deleted.</returns> + int DeleteOrphanedCredits(); + + /// <summary> /// Gets the distinct people names per item for multiple items. /// </summary> /// <param name="itemIds">The item IDs.</param> |
