Implement notification stream rpc
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ CREATE TYPE torrent_state AS ENUM (
|
||||
'downloading',
|
||||
'paused',
|
||||
'finished',
|
||||
'error'
|
||||
'error',
|
||||
'stale'
|
||||
);
|
||||
|
||||
CREATE TABLE torrents (
|
||||
|
||||
Reference in New Issue
Block a user