Skip to content

Commit c08c297

Browse files
author
FreeApp2014
authored
Update song.swift
1 parent c518d34 commit c08c297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftyCM/song.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ public class Song {
3838
}
3939
}
4040
}
41-
public var gameId: Int {
41+
public var gameId: String {
4242
get {
4343
if (self.igameId == nil) {
4444
try! resolve(self.id);
4545
} else {
46-
return self.igameId;
46+
return self.igameId!;
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)