mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fixed up the episode request modal a bit
This commit is contained in:
parent
63b93561e3
commit
619e22827f
7 changed files with 191 additions and 173 deletions
|
@ -9,7 +9,7 @@ namespace Ombi.Helpers
|
|||
{
|
||||
const string mutexId = "Global\\OMBI";
|
||||
|
||||
using (var mutex = new Mutex(false, mutexId, out __))
|
||||
using (var mutex = new Mutex(false, mutexId, out var __))
|
||||
{
|
||||
var hasHandle = false;
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue