mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 23:29:29 -06:00
updated music info helper to dispose of taglib
This commit is contained in:
@@ -217,6 +217,7 @@ namespace FileFlows.MusicNodes
|
||||
info.Genres = tfile.Tag.Genres.SelectMany(x => x.Split(new[] { ";", "," }, StringSplitOptions.RemoveEmptyEntries).Select(x => x.Trim())).ToArray();
|
||||
}
|
||||
catch (Exception) { }
|
||||
tfile.Dispose();
|
||||
return info;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FileFlows.MusicNodes.Nodes
|
||||
{
|
||||
internal class ID3Tagger
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user