Skip to content

Commit

Permalink
Update MainWindow.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 5, 2024
1 parent a15a660 commit 0f6c96a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NickvisionTagger.GNOME/Views/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,6 @@ private bool OnDrop(Gtk.DropTarget sender, Gtk.DropTarget.DropSignalArgs e)
{
var file = new Gio.FileHelper(e.Value.GetObject()!.Handle, false);
var path = file.GetPath() ?? "";
Console.WriteLine(path);
if (MusicLibrary.GetIsValidLibraryPath(path))
{
Task.Run(async () => await _controller.OpenLibraryAsync(path));
Expand Down

0 comments on commit 0f6c96a

Please sign in to comment.