Added function to make coverart init easier (#24)

Reviewed-on: #24
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
This commit is contained in:
phoenix
2025-04-04 02:21:31 +00:00
committed by phoenix
parent 61ad88a258
commit 8fbd92620e
5 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ pub struct LoginResult {
impl Default for LoginResult {
fn default() -> Self {
LoginResult {
id: uuid::Uuid::new_v4(),
id: uuid::Uuid::nil(),
username: String::new(),
token: String::new(),
token_type: String::new(),