Skip to content

Commit c381bae

Browse files
committed
chore: change info msg
1 parent e0b351b commit c381bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preprocess/preprocess.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func Start(version string, spotifyBasePath string, extractedAppsPath string, fla
145145
embeddedString, _, _, err := utils.ReadStringFromUTF16Binary(binFilePath, startMarker, endMarker)
146146
if err != nil {
147147
utils.PrintWarning(fmt.Sprintf("Could not process %s: %v", binFilePath, err))
148-
utils.PrintInfo("If above warning says 'could not find start marker', you can safely ignore that error. It's for the future spotify release that might add xpui to the snapshot.")
148+
utils.PrintInfo("If above warning says 'could not find start marker', you can safely ignore that error if you're on Spotify 1.2.63 or lower. However, if you're on 1.2.64 or higher, please report this issue")
149149
continue
150150
}
151151

0 commit comments

Comments
 (0)