Skip to content

Commit

Permalink
Move SongTitleLogo to correct spot
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKev312 committed Nov 8, 2024
1 parent 5222281 commit 61329c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JustDanceEditor.Converter/Files/OutputFolders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ public OutputFolders(FileSystem fileSystem)
public string CoverFolder => Path.Combine(PreviewFolder, "Cover");
public string PreviewAudioFolder => Path.Combine(PreviewFolder, "AudioPreview_opus");
public string PreviewVideoFolder => Path.Combine(PreviewFolder, "VideoPreview_MID_vp9_webm");
public string SongTitleLogoFolder => Path.Combine(PreviewFolder, "songTitleLogo");


public string MapFolder => Path.Combine(OutputFolder, $"SD_Cache.{CacheNumber:X4}", fileSystem.ConversionRequest.SongGUID);
public string AudioFolder => Path.Combine(MapFolder, "Audio_opus");
public string CoachesLargeFolder => Path.Combine(MapFolder, "CoachesLarge");
public string CoachesSmallFolder => Path.Combine(MapFolder, "CoachesSmall");
public string MapPackageFolder => Path.Combine(MapFolder, "MapPackage");
public string SongTitleLogoFolder => Path.Combine(MapFolder, "SongTitleLogo");
public string VideoFolder => Path.Combine(MapFolder, "Video_HIGH_vp9_webm");

public string CachingStatusPath => Path.Combine(OutputFolder, "..", "SD_Cache.0000", "MapBaseCache", "CachingStatus.json");
Expand Down

0 comments on commit 61329c3

Please sign in to comment.