mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
更新 subscribe_oper.py
This commit is contained in:
@@ -108,7 +108,7 @@ class SubscribeOper(DbOper):
|
|||||||
"""
|
"""
|
||||||
获取订阅
|
获取订阅
|
||||||
"""
|
"""
|
||||||
return await Subscribe.async_get(self._db, id=sid)
|
return await Subscribe.async_get(self._db, rid=sid)
|
||||||
|
|
||||||
def list(self, state: Optional[str] = None) -> List[Subscribe]:
|
def list(self, state: Optional[str] = None) -> List[Subscribe]:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user