mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	
						commit
						432b828587
					
				
					 2 changed files with 9 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -148,10 +148,13 @@
 | 
			
		|||
 | 
			
		||||
            <!-- eslint-disable-next-line vue/no-v-html -->
 | 
			
		||||
            <div v-show="showDesc" class="break-words" v-html="purifyHTML(video.description)" />
 | 
			
		||||
            <div
 | 
			
		||||
                v-if="showDesc && sponsors && sponsors.segments"
 | 
			
		||||
                v-text="`${$t('video.sponsor_segments')}: ${sponsors.segments.length}`"
 | 
			
		||||
            />
 | 
			
		||||
            <template v-if="showDesc">
 | 
			
		||||
                <div
 | 
			
		||||
                    v-if="sponsors && sponsors.segments"
 | 
			
		||||
                    v-text="`${$t('video.sponsor_segments')}: ${sponsors.segments.length}`"
 | 
			
		||||
                />
 | 
			
		||||
                <div v-if="video.category" v-text="`${$t('video.category')}: ${video.category}`" />
 | 
			
		||||
            </template>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <hr />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -157,7 +157,8 @@
 | 
			
		|||
        "chapters": "Chapters",
 | 
			
		||||
        "live": "{0} Live",
 | 
			
		||||
        "shorts": "Shorts",
 | 
			
		||||
        "all": "All"
 | 
			
		||||
        "all": "All",
 | 
			
		||||
        "category": "Category"
 | 
			
		||||
    },
 | 
			
		||||
    "search": {
 | 
			
		||||
        "did_you_mean": "Did you mean: {0}?",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue