mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-26 23:10:32 +05:30
commit
f2d2190e11
@ -68,7 +68,7 @@ object PreferenceHelper {
|
||||
}
|
||||
|
||||
fun setLatestVideoId(videoId: String) {
|
||||
editor.putString(PreferenceKeys.LAST_STREAM_VIDEO_ID, videoId)
|
||||
editor.putString(PreferenceKeys.LAST_STREAM_VIDEO_ID, videoId).commit()
|
||||
}
|
||||
|
||||
fun getLatestVideoId(): String {
|
||||
|
Loading…
x
Reference in New Issue
Block a user