Added album soundtrack links

This commit is contained in:
Luke Pulverenti
2013-07-16 12:03:28 -04:00
parent 682dea1d70
commit c1ad234b79
6 changed files with 211 additions and 49 deletions

View File

@@ -38,7 +38,9 @@ namespace MediaBrowser.ServerApplication
{
bool createdNew;
_singleInstanceMutex = new Mutex(true, @"Local\" + typeof(App).Assembly.GetName().Name, out createdNew);
var runningPath = Process.GetCurrentProcess().MainModule.FileName.Replace(Path.DirectorySeparatorChar.ToString(), string.Empty);
_singleInstanceMutex = new Mutex(true, @"Local\" + runningPath, out createdNew);
if (!createdNew)
{