mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Adjust comments
This commit is contained in:
@@ -402,9 +402,9 @@ export default {
|
||||
return this.$route.query.v || this.$route.params.v
|
||||
},
|
||||
initialSkip () {
|
||||
// 't' in $route.query ? Number($route.query.t) : (lastWatch.progress ? lastWatch.progress : undefined)
|
||||
// 1st Priority - t in query
|
||||
// 2nd Priority - Last Watched Progress, if enabled
|
||||
// “t” in $route.query ? Number($route.query.t) : (lastWatch.progress ? lastWatch.progress : undefined)
|
||||
// 1st Priority – t in query
|
||||
// 2nd Priority – Last Watched Progress, if enabled.
|
||||
if ('t' in this.$route.query) {
|
||||
return Number(this.$route.query.t)
|
||||
} else if ('start' in this.$route.query) {
|
||||
|
||||
Reference in New Issue
Block a user