fix web socket message name for library change

This commit is contained in:
Luke Pulverenti
2013-10-06 14:48:04 -04:00
parent 6e58ae31bd
commit bd5bf32aba
5 changed files with 35 additions and 9 deletions

View File

@@ -202,5 +202,13 @@ namespace MediaBrowser.Common.Implementations.Logging
}
}
}
/// <summary>
/// Flushes this instance.
/// </summary>
public void Flush()
{
LogManager.Flush();
}
}
}