aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO/IFileSystem.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-11 12:56:26 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-11 12:56:26 -0500
commit0b5d4ce3f839118a0a5903ec278321ecfecf1c32 (patch)
tree10ddadb459f400a6711b2ea5babd4c47e5ba078e /MediaBrowser.Model/IO/IFileSystem.cs
parent12f20de68b3e988b27286a1f25175a2fe91db5a8 (diff)
fix live tv folders being created in a loop
Diffstat (limited to 'MediaBrowser.Model/IO/IFileSystem.cs')
-rw-r--r--MediaBrowser.Model/IO/IFileSystem.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/IO/IFileSystem.cs b/MediaBrowser.Model/IO/IFileSystem.cs
index 62bb66ea8..f6d1bb351 100644
--- a/MediaBrowser.Model/IO/IFileSystem.cs
+++ b/MediaBrowser.Model/IO/IFileSystem.cs
@@ -120,6 +120,8 @@ namespace MediaBrowser.Model.IO
/// <param name="file2">The file2.</param>
void SwapFiles(string file1, string file2);
+ bool AreEqual(string path1, string path2);
+
/// <summary>
/// Determines whether [contains sub path] [the specified parent path].
/// </summary>