Compare commits
2 Commits
80e2864312
...
v0.4.3-48-
| Author | SHA1 | Date | |
|---|---|---|---|
|
8acf220fc4
|
|||
|
561d740120
|
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
pub mod coverart;
|
||||
pub mod song;
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
pub struct FileType {
|
||||
pub mime: String,
|
||||
pub file_type: String,
|
||||
|
||||
Reference in New Issue
Block a user