mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Upgraade solution to Visual Studio 2017
This commit is contained in:
@@ -160,7 +160,7 @@ namespace CUEPlayer
|
||||
}
|
||||
} while (true);
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
if (playingCue != null)
|
||||
@@ -198,7 +198,7 @@ namespace CUEPlayer
|
||||
needUpdate = true;
|
||||
UpdateDeck();
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
playingStart = playingFinish = 0;
|
||||
playingCue = null;
|
||||
|
||||
@@ -69,7 +69,7 @@ namespace CUEPlayer
|
||||
{
|
||||
_icecastWriter.Write(result);
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
close = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user