diff options
Diffstat (limited to 'MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs')
| -rw-r--r-- | MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs b/MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs index 8d7f4e117..daa670d83 100644 --- a/MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs +++ b/MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs @@ -78,8 +78,8 @@ namespace MediaBrowser.Controller.FileOrganization /// <summary> /// Deletes a smart match entry. /// </summary> - /// <param name="Id">Item Id.</param> + /// <param name="ItemName">Item name.</param> /// <param name="matchString">The match string to delete.</param> - void DeleteSmartMatchEntry(string Id, string matchString); + void DeleteSmartMatchEntry(string ItemName, string matchString); } } |
