mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixes Misc Issues with Album Metadata Extrafiles (#145)
* Fixes Misc Issues with Album Metadata Extrafiles * Fixed: Move Empty Subfolders to after ArtistRenamedEvent and Metadata mover * Remove Path from Album Table, Fix Wdtv, MediaBrowser, Roksbox * Remove Album Path from UI * Remove Comments and add Jpeg extension to XMBC image regex
This commit is contained in:
@@ -144,9 +144,10 @@ namespace NzbDrone.Core.MediaFiles
|
||||
|
||||
if (renamed.Any())
|
||||
{
|
||||
_diskProvider.RemoveEmptySubfolders(artist.Path);
|
||||
|
||||
_eventAggregator.PublishEvent(new ArtistRenamedEvent(artist));
|
||||
|
||||
_logger.Debug("Removing Empty Subfolders from: {0}", artist.Path);
|
||||
_diskProvider.RemoveEmptySubfolders(artist.Path);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user