Fix: load how to play from server
This commit is contained in:
@@ -51,6 +51,14 @@ class SessionStorageManager {
|
||||
return sessionStorage.getItem("playingAppName");
|
||||
}
|
||||
|
||||
// playing app korean name
|
||||
set playingAppKoreanName(value) {
|
||||
sessionStorage.setItem("playingAppKoreanName", value);
|
||||
}
|
||||
get playingAppKoreanName() {
|
||||
return sessionStorage.getItem("playingAppKoreanName");
|
||||
}
|
||||
|
||||
// record
|
||||
set record(value) {
|
||||
sessionStorage.setItem("record", value);
|
||||
|
||||
Reference in New Issue
Block a user