Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
864
Issues
864
List
Boards
Labels
Service Desk
Milestones
Merge Requests
46
Merge Requests
46
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
02dab4d0
Commit
02dab4d0
authored
14 minutes ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix): cache boost /play due to 301's
parent
60040c14
master
No related merge requests found
Pipeline
#86141383
running with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
comment.component.html
src/app/modules/comments/card/comment.component.html
+4
-1
activity.html
...pp/modules/legacy/components/cards/activity/activity.html
+1
-1
modal.component.html
src/app/modules/media/modal/modal.component.html
+1
-1
tile.component.html
src/app/modules/pro/channel/tiles/media/tile.component.html
+1
-1
No files found.
src/app/modules/comments/card/comment.component.html
View file @
02dab4d0
...
...
@@ -184,7 +184,10 @@
[src]=
"[
{
res: '360',
uri: 'api/v1/media/' + comment.custom_data.guid + '/play',
uri:
'api/v1/media/' +
comment.custom_data.guid +
'/play?s=comment',
type: 'video/mp4'
}
]"
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/legacy/components/cards/activity/activity.html
View file @
02dab4d0
...
...
@@ -296,7 +296,7 @@
height=
"300px"
[muted]=
"false"
[poster]=
"activity.custom_data.thumbnail_src"
[src]=
"[{ 'res': '360', 'uri': 'api/v1/media/' + activity.custom_data.guid + '/play', 'type': 'video/mp4' }]"
[src]=
"[{ 'res': '360', 'uri': 'api/v1/media/' + activity.custom_data.guid + '/play
?s=activity
', 'type': 'video/mp4' }]"
[guid]=
"activity.custom_data.guid"
[playCount]=
"activity['play:count']"
[torrent]=
"[{ res: '360', key: activity.custom_data.guid + '/360.mp4' }]"
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/media/modal/modal.component.html
View file @
02dab4d0
...
...
@@ -56,7 +56,7 @@
[src]=
"[
{
res: '360',
uri: 'api/v1/media/' + entity.entity_guid + '/play',
uri: 'api/v1/media/' + entity.entity_guid + '/play
?s=modal
',
type: 'video/mp4'
}
]"
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/tiles/media/tile.component.html
View file @
02dab4d0
...
...
@@ -12,7 +12,7 @@
[src]=
"[
{
res: '360',
uri: 'api/v1/media/' + entity.guid + '/play',
uri: 'api/v1/media/' + entity.guid + '/play
?s=tile
',
type: 'video/mp4'
}
]"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment