File tree 6 files changed +7
-5
lines changed
6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- # Petio 0.5.5
1
+ # Petio 0.5.6
2
2
3
3
<p align =" center " >
4
4
<img src =" https://img.shields.io/github/package-json/v/petio-team/petio/master?label=Latest " >
@@ -25,6 +25,7 @@ This application can be installed to run in docker or as a standalone binary tha
25
25
26
26
Binary (executable file) guides
27
27
** note:** this method requires a local mongodb instance to be installed
28
+
28
29
<ul >
29
30
<li ><a target =" _blank " href =" https://docs.petio.tv/install-guides/windows " >Windows</a > </li >
30
31
<li ><a target =" _blank " href =" https://docs.petio.tv/install-guides/linux " >Linux</a > </li >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " petio-admin" ,
3
- "version" : " 0.5.5 -alpha" ,
3
+ "version" : " 0.5.6 -alpha" ,
4
4
"private" : true ,
5
5
"homepage" : " ." ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " petio-rest" ,
3
- "version" : " 0.5.5 -alpha" ,
3
+ "version" : " 0.5.6 -alpha" ,
4
4
"description" : " Rest Api for Petio" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " petio" ,
3
- "version" : " 0.5.5 -alpha" ,
3
+ "version" : " 0.5.6 -alpha" ,
4
4
"private" : true ,
5
5
"homepage" : " ." ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ class TvCard extends React.Component {
67
67
}
68
68
69
69
inView ( ) {
70
+ if ( ! this . card . current ) return ;
70
71
const left = this . card . current . getBoundingClientRect ( ) . left ;
71
72
if ( left <= this . props . width * 2 || this . props . view ) {
72
73
this . setState ( {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " petio" ,
3
- "version" : " 0.5.5 -alpha" ,
3
+ "version" : " 0.5.6 -alpha" ,
4
4
"description" : " Request Platform for Plex" ,
5
5
"main" : " petio.js" ,
6
6
"author" : " " ,
You can’t perform that action at this time.
0 commit comments