Support remote libraries #36

Merged
wojtek merged 5 commits from 5---support-remote-libraries into main 2023-04-14 16:21:25 +02:00
Showing only changes of commit b695188ff4 - Show all commits

View File

@ -11,7 +11,7 @@ use std::{
use openssh::{KnownHosts, Session}; use openssh::{KnownHosts, Session};
use tokio::runtime::{self, Runtime}; use tokio::runtime::{self, Runtime};
use super::{Error, BeetsLibraryExecutor}; use super::{BeetsLibraryExecutor, Error};
const BEET_DEFAULT: &str = "beet"; const BEET_DEFAULT: &str = "beet";