public void EditSheet(CueSheet s) { Hyena.Log.Information(s.cueFile()); CueSheetEditor edt = new CueSheetEditor(s); edt.Do(); MySource.getAlbumModel().Reload(); MySource.getArtistModel().Reload(); }
public void EditSheet(CueSheet s) { Hyena.Log.Information (s.cueFile ()); CueSheetEditor edt=new CueSheetEditor(s); edt.Do (); MySource.getAlbumModel ().Reload (); MySource.getArtistModel ().Reload (); }