|
@@ -463,7 +463,7 @@ class IcloudServiceView(View):
|
|
|
res_data['thumb'] = response_url
|
|
|
icloud_list.append(res_data)
|
|
|
elif file_type == 1: # ts文件,返回播放地址
|
|
|
- thumbs_png = '{user_id}/image_file/{uid}/channel{channel}/{time}/{time}.jpeg'.format(
|
|
|
+ thumbs_png = '{user_id}/ts_file/{uid}/channel{channel}/{time}/Thumb.jpeg'.format(
|
|
|
user_id=user_id,
|
|
|
uid=uid,
|
|
|
channel=channel,
|