Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimochan committed Sep 20, 2023
1 parent fd9f257 commit b6accec
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/get_media.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub struct MediaMetadata {
pub title: Option<String>,
pub artist: Option<String>,
}

impl Default for MediaMetadata {
fn default() -> Self {
MediaMetadata {
Expand Down

0 comments on commit b6accec

Please sign in to comment.