mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
fix live tv folders being created in a loop
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user