Skip to content

Commit

Permalink
Trying to rename a module to lower-case!
Browse files Browse the repository at this point in the history
  • Loading branch information
thlucas1 committed Sep 20, 2024
1 parent 8701158 commit 955d4ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SoundTouchPlusCard.njsproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<TypeScriptCompile Include="src\services\soundtouchplus-service.ts" />
<TypeScriptCompile Include="src\types\card-config.ts" />
<TypeScriptCompile Include="src\types\config-area.ts" />
<TypeScriptCompile Include="src\types\custom-image-urls-renamed.ts" />
<TypeScriptCompile Include="src\types\custom-image-urls.ts" />
<TypeScriptCompile Include="src\types\hass-entity-attributes-media-player.ts" />
<TypeScriptCompile Include="src\types\home-assistant-ex.ts" />
<TypeScriptCompile Include="src\types\soundtouchplus-hass-entity.ts" />
Expand Down
2 changes: 1 addition & 1 deletion src/card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
File renamed without changes.

0 comments on commit 955d4ba

Please sign in to comment.