示例#1
0
文件: movies.py 项目: uguer30/Project
def sync_trakt_collection():
    from meta.navigation.movies import trakt_movies_collection_to_library
    trakt_movies_collection_to_library(True, True)
示例#2
0
def sync_trakt_collection():
    from meta.navigation.movies import trakt_movies_collection_to_library
    trakt_movies_collection_to_library(True, True)