mono progress

This commit is contained in:
Luke Pulverenti
2013-09-28 14:16:30 -04:00
parent 92c89d21e7
commit 7565dd0249
3 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
}
}
File.Move(oldFile, Path.Combine(Path.GetDirectoryName(oldFile), "userdata_v1.db"));
File.Move(oldFile, Path.Combine(Path.GetDirectoryName(oldFile), "userdata_v1.db.bak"));
}
/// <summary>