Skip to content

Commit 2918ac1

Browse files
committed
🐛
1 parent 9b77d37 commit 2918ac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenMediaServer/Services/Discovery/DiscoveryShowService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public async Task CreateShow(string path)
3838

3939
var cleanedFolderTitle = !string.IsNullOrWhiteSpace(discoveryInfo.Year) ? folderTitle?.Replace(discoveryInfo.Year, "")?.Replace("()", "")?.Trim() : folderTitle?.Trim();
4040
// Show
41-
var showPath = Path.Combine(Globals.MediaFolder, "Shows", cleanedFolderTitle);
41+
var showPath = Path.Combine(Globals.MediaFolder, "Shows", folderTitle);
4242
var show = await _inventoryService.GetItem("Show", i => i.FolderPath == showPath);
4343

4444
if (show == null)

0 commit comments

Comments
 (0)