diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-04 20:41:59 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-04 20:41:59 +0200 |
commit | 347274afb36e926b328e799ca8004fc874ffe4cb (patch) | |
tree | 8c7ec38938e3673ce5752bffa9442daa9f589f3d /import/src | |
parent | 4095a8804c17c3ec12706f00d3694f564afc0b95 (diff) | |
download | jellything-347274afb36e926b328e799ca8004fc874ffe4cb.tar jellything-347274afb36e926b328e799ca8004fc874ffe4cb.tar.bz2 jellything-347274afb36e926b328e799ca8004fc874ffe4cb.tar.zst |
more permission stuff
Diffstat (limited to 'import/src')
-rw-r--r-- | import/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/src/main.rs b/import/src/main.rs index 3affabd..57e6b99 100644 --- a/import/src/main.rs +++ b/import/src/main.rs @@ -333,7 +333,6 @@ fn main() -> anyhow::Result<()> { }), }, public: NodePublic { - parent: None, federated: None, ratings, description: file_meta @@ -355,6 +354,7 @@ fn main() -> anyhow::Result<()> { duration: m.duration, tracks: m.tracks.clone(), }), + ..Default::default() }, }; |