mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-08 15:02:17 +08:00
No need to record site info in star
This commit is contained in:
@@ -134,7 +134,6 @@ export default {
|
||||
star.find({ key: this.detail.key, ids: this.info.id }).then(res => {
|
||||
const docs = {
|
||||
key: this.detail.site.key,
|
||||
site: this.detail.site,
|
||||
ids: this.info.id,
|
||||
name: this.info.name,
|
||||
type: this.info.type,
|
||||
|
||||
@@ -305,7 +305,6 @@ export default {
|
||||
} else {
|
||||
const docs = {
|
||||
key: site.key,
|
||||
site: site,
|
||||
ids: e.id,
|
||||
name: e.name,
|
||||
type: e.type,
|
||||
|
||||
@@ -473,7 +473,6 @@ export default {
|
||||
} else {
|
||||
const docs = {
|
||||
key: this.video.key,
|
||||
site: this.video.site,
|
||||
ids: info.id,
|
||||
name: info.name,
|
||||
type: info.type,
|
||||
|
||||
Reference in New Issue
Block a user