Skip to content

Commit d90a531

Browse files
Update schema and fix build issue
1 parent 1b23cac commit d90a531

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MSUScripter/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System;
33
using System.Collections.Generic;
44
using System.IO;
5+
using System.Linq;
56
using System.Threading;
67
using System.Threading.Tasks;
78
using Avalonia.Threading;

MSUScripter/Services/ControlServices/MsuSongInfoPanelService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void ImportAudioMetadata(string file)
9696

9797
return
9898
"""
99-
# yaml-language-server: $schema=https://raw.githubusercontent.com/MattEqualsCoder/MSUScripter/v3.3.0-changes/Schemas/MsuSongInfo.json
99+
# yaml-language-server: $schema=https://raw.githubusercontent.com/MattEqualsCoder/MSUScripter/main/Schemas/MsuSongInfo.json
100100
# Use Visual Studio Code with the YAML plugin from redhat for schema support
101101
102102
""" + yamlText;

MSUScripter/Services/ControlServices/MsuSongMsuPcmInfoPanelService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void HideSubTracksSubChannelsWarning()
126126

127127
return
128128
"""
129-
# yaml-language-server: $schema=https://raw.githubusercontent.com/MattEqualsCoder/MSUScripter/v3.3.0-changes/Schemas/MsuSongMsuPcmInfo.json
129+
# yaml-language-server: $schema=https://raw.githubusercontent.com/MattEqualsCoder/MSUScripter/main/Schemas/MsuSongMsuPcmInfo.json
130130
# Use Visual Studio Code with the YAML plugin from redhat for schema support
131131
132132
""" + yamlText;

0 commit comments

Comments
 (0)