This commit is contained in:
jb-alvarado 2022-04-28 17:55:35 +02:00
parent 17ee86afc1
commit 0c15c41d9a

View File

@ -32,7 +32,7 @@ struct StatusData {
} }
/// Here we create a status file in temp folder. /// Here we create a status file in temp folder.
/// We need ths for reading/saving program status. /// We need this for reading/saving program status.
/// For example when we skip a playing file, /// For example when we skip a playing file,
/// we save the time difference, so we stay in sync. /// we save the time difference, so we stay in sync.
/// ///