2023.3.5.0

Fixed SavedPosts new file naming method
Fixed Twitter MD5 comparison error
Fixed ffmpeg file parts concatenation algorithm
This commit is contained in:
Andy
2023-03-05 06:12:08 +03:00
parent 85d8df96ca
commit db9e2cfb88
9 changed files with 25 additions and 17 deletions

View File

@@ -1046,6 +1046,7 @@ BlockNullPicture:
u.UpdateUserFile()
Dim mfp As SFile = u.File
mfp.Name &= "_Posts"
mfp.Extension = "txt"
If (ValidateContetnt AndAlso mfp.Exists) Or (Not ValidateContetnt AndAlso u.File.Exists) Or ForceSaved Then MyFileSettings = u.File
End If
If MyFileSettings.IsEmptyString Then MyFileSettings = User.File