Add torrent client integration and downloads management: introduce qbittorrent service in Docker setup, implement downloads endpoint in API, and enhance media storage to handle imported files. Update frontend routes and translations for downloads management.
This commit is contained in:
@@ -8,4 +8,7 @@ public enum MediaSource
|
||||
|
||||
/// <summary>Положен вручную в inbox/ и подобран сканером.</summary>
|
||||
Inbox,
|
||||
|
||||
/// <summary>Скачан торрент-клиентом в downloads/ и импортирован вручную (копированием).</summary>
|
||||
Download,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user