Merge pull request #8618 from jgriff6/remove-tolists

This commit is contained in:
Bond-009
2022-10-30 14:19:07 +01:00
committed by GitHub
7 changed files with 12 additions and 34 deletions

View File

@@ -34,12 +34,5 @@ namespace MediaBrowser.Controller.Library
/// </summary>
/// <param name="path">The path.</param>
void ReportFileSystemChanged(string path);
/// <summary>
/// Determines whether [is path locked] [the specified path].
/// </summary>
/// <param name="path">The path.</param>
/// <returns><c>true</c> if [is path locked] [the specified path]; otherwise, <c>false</c>.</returns>
bool IsPathLocked(string path);
}
}