Skip to content

Commit

Permalink
media: Prefer qbit by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Aug 3, 2023
1 parent 3a139ac commit b0c0d5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion prog/media-server/cmds/media-server
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
# dashboard
# movies
# music
# qbittorrent
# test
# torrents
# transmission
# tv-shows

set -e
Expand Down
2 changes: 1 addition & 1 deletion prog/media-server/lib/torutils/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TorrentBackend(enum.IntEnum):

@classmethod
def default(cls) -> "TorrentBackend":
return cls.TRANSMISSION
return cls.QBITTORRENT

@property
def title(self):
Expand Down

0 comments on commit b0c0d5f

Please sign in to comment.