1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add missing final newlines

Used this one-liner: https://unix.stackexchange.com/a/161853
This commit is contained in:
h1nk 2020-02-22 11:47:03 -05:00
parent b377878fd3
commit 598402d953
No known key found for this signature in database
GPG key ID: 3F2A018965C4954B
122 changed files with 122 additions and 122 deletions

View file

@ -94,4 +94,4 @@ define(['connectionManager', 'globalize', 'userSettings', 'apphost'], function (
};
return ExpirementalPlaybackWarnings;
});
});

View file

@ -47,4 +47,4 @@ define(['connectionManager', 'globalize'], function (connectionManager, globaliz
};
return PlayAccessValidation;
});
});

View file

@ -52,4 +52,4 @@ define(['playbackManager', 'layoutManager', 'events'], function (playbackManager
}
}
});
});
});

View file

@ -21,4 +21,4 @@ define([], function () {
return {
getDisplayPlayMethod: getDisplayPlayMethod
};
});
});

View file

@ -230,4 +230,4 @@ define([], function () {
};
return PlayQueueManager;
});
});

View file

@ -44,4 +44,4 @@ define(['events', 'playbackManager'], function (events, playbackManager) {
transferPlayback(oldPlayer, newPlayer);
});
});
});