Skip to content

Commit

Permalink
Update MovieHub.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbobaylor committed May 1, 2023
1 parent 76e0400 commit a4b9738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TrailerDownloader/SignalRHubs/MovieHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ public async void GetAllMoviesInfo()

private void GetMovieDirectories(string directoryPath)
{
_logger.LogInformation($"directoryPath is {directoryPath}");

try
{
_movieDirectories.Clear();
Expand Down

0 comments on commit a4b9738

Please sign in to comment.