diff --git a/SoundTouchPlusCard.njsproj b/SoundTouchPlusCard.njsproj
index a0ec975..d14d5cd 100644
--- a/SoundTouchPlusCard.njsproj
+++ b/SoundTouchPlusCard.njsproj
@@ -117,7 +117,7 @@
-
+
diff --git a/src/card.ts b/src/card.ts
index af1e981..0256e33 100644
--- a/src/card.ts
+++ b/src/card.ts
@@ -23,7 +23,7 @@ import { PROGRESS_STARTED, ProgressStartedEventArgs } from './events/progress-st
import { PROGRESS_ENDED } from './events/progress-ended';
import { Store } from './model/store';
import { CardConfig } from './types/card-config';
-import { CustomImageUrls } from './types/custom-image-urls-renamed';
+import { CustomImageUrls } from './types/custom-image-urls';
import { ConfigArea } from './types/config-area';
import { Section } from './types/section';
import { formatTitleInfo, removeSpecialChars } from './utils/media-browser-utils';
diff --git a/src/types/custom-image-urls-renamed.ts b/src/types/custom-image-urls.ts
similarity index 100%
rename from src/types/custom-image-urls-renamed.ts
rename to src/types/custom-image-urls.ts