chore: pre-commit ci hook, dart format
This commit is contained in:
@@ -152,7 +152,9 @@ class SyncRuleExecutor {
|
||||
|
||||
static bool _isActiveDownload(DownloadProgress? p) =>
|
||||
p != null &&
|
||||
(p.status == DownloadStatus.completed || p.status == DownloadStatus.downloading || p.status == DownloadStatus.queued);
|
||||
(p.status == DownloadStatus.completed ||
|
||||
p.status == DownloadStatus.downloading ||
|
||||
p.status == DownloadStatus.queued);
|
||||
|
||||
Future<void> _collectUnwatchedForShow(
|
||||
PlexClient client,
|
||||
|
||||
Reference in New Issue
Block a user