- Thread starter
- Moderator
- #321
These file names should be checked, will perceive their normal FH or not.[DOUBLEPOST=1420443772][/DOUBLEPOST]I made the naming artist_{x} which for some reason I thought worked better.
Looked at the source code, the replacement will not solve anything.Stop() seems to try to release some of those resources that Start() created, but maybe there are some references left and it fails to release the instances?
Code:
internal void Stop()
{
try
{
StopTasks(false);
logger.Info("Fanart Handler is stopped.");
}
catch (Exception ex)
{
logger.Error("Stop: " + ex);
}
}