mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-10 23:11:47 +08:00
fix db
This commit is contained in:
@@ -13,7 +13,7 @@ class MediaServerItem(Base):
|
||||
"""
|
||||
媒体服务器媒体条目表
|
||||
"""
|
||||
id = get_id_column()
|
||||
id = get_id_column('mediaserveritem')
|
||||
# 服务器类型
|
||||
server = Column(String)
|
||||
# 媒体库ID
|
||||
|
||||
Reference in New Issue
Block a user