Remove not existing server module

This commit is contained in:
oSumAtrIX 2021-11-20 21:12:32 +01:00
parent 394121a80c
commit f62db8e68d
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -4,7 +4,6 @@ extern crate log;
mod converter;
mod downloader;
mod error;
mod server;
mod settings;
mod spotify;
mod tag;