This commit is contained in:
Brendan Allan 2023-08-07 02:45:40 -07:00 committed by GitHub
parent ae3d4c1c37
commit 9883a191a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ pub struct Node {
pub event_bus: (broadcast::Sender<CoreEvent>, broadcast::Receiver<CoreEvent>),
pub notifications: Notifications,
pub nlm: Arc<NetworkedLibraries>,
pub thumbnail_remover: Actor,
pub thumbnail_remover: thumbnail_remover::Actor,
}
impl fmt::Debug for Node {